Skip to content

Commit b63a35c

Browse files
prep for release 1.4.0
1 parent 173bcd1 commit b63a35c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@uirouter/sticky-states",
33
"description": "UI-Router Sticky States: Keep states and their components alive while a different state is activated",
4-
"version": "1.3.0",
4+
"version": "1.4.0",
55
"scripts": {
66
"clean": "shx rm -rf lib lib-esm bundles",
77
"build": "npm run clean && tsc && tsc -m es6 -outDir lib-esm && npm run bundle",
@@ -10,7 +10,7 @@
1010
"watch": "run-p watch:*",
1111
"watch:buildjs": "tsc -w",
1212
"watch:test": "karma start --singleRun=false --autoWatch=true --autoWatchInterval=1",
13-
"prepublish": "npm run build && npm run test",
13+
"prepublish": "npm run build",
1414
"debug": "karma start --singleRun=false --autoWatch=true --autoWatchInterval=1 --browsers=ChromeCanary --beep"
1515
},
1616
"homepage": "https://ui-router.github.io",

0 commit comments

Comments
 (0)