Skip to content

Commit 3503ea8

Browse files
committed
fixed a bug in export script
1 parent f05a65b commit 3503ea8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
},
2020
"scripts": {
2121
"build-example": "browserify -t ./lib/local-css -o example/dist/index.js example/index.js",
22-
"export-css": "browserify -t ./lib/local-css src/export-css.js | node",
22+
"export-css": "browserify -t ./lib/local-css example/export-css.js | node",
2323
"publish-gh-pages": "npm run build-example && ./bin/publish-gh-pages",
2424
"test": "echo \"Error: no test specified\" && exit 1"
2525
},

0 commit comments

Comments
 (0)