We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a72152 commit ee45bcaCopy full SHA for ee45bca
package.json
@@ -4,10 +4,10 @@
4
"description": "Hoc to easily map window sizes to props.",
5
"main": "lib/index.js",
6
"scripts": {
7
- "clean": "rimraf lib",
+ "clear": "rimraf lib",
8
"lint": "eslint src",
9
"build": "cross-env NODE_ENV=production npm run lint && npm run clear && babel src -d lib --source-maps",
10
- "prepublish": "npm run lint && npm run clean && npm run build",
+ "prepublish": "npm run lint && npm run clear && npm run build",
11
"storybook": "start-storybook -p 6006",
12
"build-storybook": "build-storybook"
13
},
0 commit comments