We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30f1387 commit 5eb0846Copy full SHA for 5eb0846
1 file changed
package.json
@@ -1,14 +1,14 @@
1
{
2
"name": "ui-router-visualizer",
3
"description": "UI-Router State Visualizer and Transition Visualizer",
4
- "version": "2.1.0",
+ "version": "3.0.0",
5
"scripts": {
6
"start": "webpack-dev-server --port 4039 --content-base example",
7
"clean": "shx rm -rf lib bundles",
8
"compile": "tsc",
9
"bundle": "webpack",
10
- "all": "npm run clean && npm run compile && npm run bundle",
11
- "prepublish": "npm run all",
+ "build": "npm run clean && npm run compile && npm run bundle",
+ "prepublish": "npm run build",
12
"release": "./release.sh"
13
},
14
"homepage": "http://ui-router.github.com/visualizer",
0 commit comments