Skip to content
This repository was archived by the owner on Sep 11, 2018. It is now read-only.

Commit 164e694

Browse files
author
Claudio Ludovico Panetta
committed
Improve package.json file
This changes address the problem related to the issue #10 (thanks @wenxin3262) package.json now allows every node version from the v6.9.0 and above. I've also updated the version of each dependency so it's stays synchronized.
1 parent b5b86f2 commit 164e694

File tree

1 file changed

+15
-16
lines changed

1 file changed

+15
-16
lines changed

package.json

Lines changed: 15 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vuejs-carousel",
33
"description": "Complete photo carousel build with VueJS and web standards in mind",
4-
"version": "0.5.0",
4+
"version": "0.6.0",
55
"author": "Claudio Ludovico Panetta <ludovico1990@hotmail.it>",
66
"private": false,
77
"license": "MIT",
@@ -25,23 +25,22 @@
2525
"dependencies": {
2626
"axios": "^0.15.3",
2727
"moment": "^2.17.1",
28-
"vue": "^2.1.6",
29-
"vue-resource": "^1.0.3",
30-
"vuex": "^2.1.1"
28+
"vue": "^2.1.10",
29+
"vuex": "^2.1.2"
3130
},
3231
"devDependencies": {
33-
"babel-core": "^6.0.0",
34-
"babel-loader": "^6.0.0",
35-
"babel-preset-es2015": "^6.0.0",
36-
"cross-env": "^3.0.0",
37-
"css-loader": "^0.26.0",
38-
"file-loader": "^0.9.0",
39-
"vue-loader": "^10.0.0",
40-
"vue-template-compiler": "^2.1.0",
41-
"webpack": "^2.1.0-beta.25",
42-
"webpack-dev-server": "^2.1.0-beta.0"
32+
"babel-core": "^6.23.1",
33+
"babel-loader": "^6.3.2",
34+
"babel-preset-es2015": "^6.22.0",
35+
"cross-env": "^3.1.4",
36+
"css-loader": "^0.26.1",
37+
"file-loader": "^0.10.0",
38+
"vue-loader": "^11.0.0",
39+
"vue-template-compiler": "^2.1.10",
40+
"webpack": "^2.1.1",
41+
"webpack-dev-server": "^2.3.0"
4342
},
4443
"engines": {
45-
"node": "7.2.0"
44+
"node": ">=6.9.0"
4645
}
47-
}
46+
}

0 commit comments

Comments
 (0)