Skip to content

Commit 2fd269b

Browse files
committed
Use yarn
1 parent 9e2aaf3 commit 2fd269b

File tree

2 files changed

+1746
-2
lines changed

2 files changed

+1746
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"main": "lib/index.js",
66
"scripts": {
77
"build": "rm -rf lib && babel src -d lib --presets=env,react --plugins=transform-object-rest-spread",
8-
"prepublish": "npm run build",
9-
"dev": "npm link && babel src -d lib --watch --presets=env,react --plugins=transform-object-rest-spread"
8+
"prepublish": "yarn build",
9+
"dev": "yarn link && babel src -d lib --watch --presets=env,react --plugins=transform-object-rest-spread"
1010
},
1111
"files": [
1212
"src",

0 commit comments

Comments
 (0)