Skip to content

Commit 5eb0846

Browse files
bump to version 3
1 parent 30f1387 commit 5eb0846

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "ui-router-visualizer",
33
"description": "UI-Router State Visualizer and Transition Visualizer",
4-
"version": "2.1.0",
4+
"version": "3.0.0",
55
"scripts": {
66
"start": "webpack-dev-server --port 4039 --content-base example",
77
"clean": "shx rm -rf lib bundles",
88
"compile": "tsc",
99
"bundle": "webpack",
10-
"all": "npm run clean && npm run compile && npm run bundle",
11-
"prepublish": "npm run all",
10+
"build": "npm run clean && npm run compile && npm run bundle",
11+
"prepublish": "npm run build",
1212
"release": "./release.sh"
1313
},
1414
"homepage": "http://ui-router.github.com/visualizer",

0 commit comments

Comments
 (0)