Browse Source

Update vue version number from 2.0.0-rc.1 to 2.0.1

pull/11/head
Markus Sorg 9 years ago
parent
commit
50265a7f2b
  1. 2
      template/package.json

2
template/package.json

@ -12,7 +12,7 @@
"build": "cross-env NODE_ENV=production browserify -g envify src/main.js | uglifyjs -c warnings=false -m > dist/build.js"
},
"dependencies": {
"vue": "^2.0.0-rc.1"
"vue": "^2.0.1"
},
"devDependencies": {
"babel-core": "^6.0.0",

Loading…
Cancel
Save