Skip to content

Commit 80b9bbe

Browse files
committed
[build] 0.4.0
1 parent b427b57 commit 80b9bbe

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dist/vue-router.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* vue-router v0.2.0
2+
* vue-router v0.4.0
33
* (c) 2015 Evan You
44
* Released under the MIT License.
55
*/

dist/vue-router.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"watch-test": "webpack --watch test/unit/specs/index.js test/unit/test.build.js",
1313
"e2e-local": "nightwatch -c build/nightwatch.local.json -e chrome,firefox",
1414
"e2e-sauce": "nightwatch -c build/nightwatch.sauce.json -e chrome,firefox,ie10,ie11",
15-
"release": "npm run test && npm run e2e-local && bash ./build/release.sh"
15+
"release": "npm run serve & npm run test && npm run e2e-local && bash ./build/release.sh"
1616
},
1717
"repository": {
1818
"type": "git",

0 commit comments

Comments
 (0)