File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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" ,
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" ,
You can’t perform that action at this time.
0 commit comments