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 e4e0965 commit 9e2aaf3Copy full SHA for 9e2aaf3
package.json
@@ -5,7 +5,8 @@
5
"main": "lib/index.js",
6
"scripts": {
7
"build": "rm -rf lib && babel src -d lib --presets=env,react --plugins=transform-object-rest-spread",
8
- "prepublish": "npm run build"
+ "prepublish": "npm run build",
9
+ "dev": "npm link && babel src -d lib --watch --presets=env,react --plugins=transform-object-rest-spread"
10
},
11
"files": [
12
"src",
0 commit comments