Skip to content

Commit 3794575

Browse files
committed
Remove shrinkwrap from npm version
1 parent 15e4d9d commit 3794575

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
},
3232
"scripts": {
3333
"start": "ws",
34-
"build": "npm install && bower install && node build.js && npm shrinkwrap --dev",
34+
"build": "npm install && bower install && node build.js",
3535
"version": "npm run build && git add -A dist"
3636
}
3737
}

0 commit comments

Comments
 (0)