Skip to content

Commit 5c9a925

Browse files
committed
Remove obsolete npm script
1 parent edd7222 commit 5c9a925

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@
1010
"build": "NODE_ENV=production webpack",
1111
"dev": "webpack serve",
1212
"open": "opener http://localhost:8008",
13-
"version": "npm run build && git add build/",
14-
"update-bower-version": "./scripts/update-bower-version.sh"
13+
"version": "npm run build && git add build/"
1514
},
1615
"repository": {
1716
"type": "git",

0 commit comments

Comments
 (0)