Skip to content

Commit

Permalink
[release] 0.7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Nov 16, 2015
1 parent df3419b commit 6a3740d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "vue-router",
"version": "0.7.5",
"version": "0.7.6",
"description": "A router for Vue.js",
"main": "dist/vue-router.common.js",
"jsnext:main": "src/index.js",
"files": [
"dist",
"src"
"src"
],
"scripts": {
"dev": "npm run serve-test & webpack --watch --config build/webpack.dev.config.js",
Expand Down

1 comment on commit 6a3740d

@roblav96
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I see some great changes here! keep up the good work!

Please sign in to comment.