mirror of
https://github.com/kevinsqi/react-circular-progressbar.git
synced 2026-02-01 16:47:30 +00:00
fix files directive
This commit is contained in:
parent
8a5a31de15
commit
c2ab33da39
@ -13,9 +13,9 @@
|
|||||||
"svg"
|
"svg"
|
||||||
],
|
],
|
||||||
"style": "dist/styles.css",
|
"style": "dist/styles.css",
|
||||||
"files": {
|
"files": [
|
||||||
"dist"
|
"dist"
|
||||||
},
|
],
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "NODE_ENV=production webpack && npm run build:demo",
|
"build": "NODE_ENV=production webpack && npm run build:demo",
|
||||||
"build:demo": "NODE_ENV=demo webpack && cp ./dist/styles.css ./docs/styles.css",
|
"build:demo": "NODE_ENV=demo webpack && cp ./dist/styles.css ./docs/styles.css",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user