Skip to content

Commit 76d83b6

Browse files
committed
path-to-regexp should be devDep
1 parent 2e9781c commit 76d83b6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"buble": "^0.12.3",
1515
"eslint": "^3.0.1",
1616
"eslint-config-vue": "^1.0.3",
17+
"path-to-regexp": "^1.5.3",
1718
"rollup": "^0.33.0",
1819
"rollup-plugin-buble": "^0.12.1",
1920
"rollup-plugin-commonjs": "^3.1.0",
@@ -22,8 +23,5 @@
2223
"rollup-watch": "^2.4.0",
2324
"uglify-js": "^2.7.0",
2425
"vue": "^2.0.0-beta.2"
25-
},
26-
"dependencies": {
27-
"path-to-regexp": "^1.5.3"
2826
}
2927
}

0 commit comments

Comments
 (0)