We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f05a65b commit 3503ea8Copy full SHA for 3503ea8
package.json
@@ -19,7 +19,7 @@
19
},
20
"scripts": {
21
"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",
+ "export-css": "browserify -t ./lib/local-css example/export-css.js | node",
23
"publish-gh-pages": "npm run build-example && ./bin/publish-gh-pages",
24
"test": "echo \"Error: no test specified\" && exit 1"
25
0 commit comments