File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " vue-axios" ,
3
- "version" : " 1.2.1 " ,
3
+ "version" : " 1.2.2 " ,
4
4
"description" : " A small wrapper for integrating axios to Vuejs" ,
5
5
"main" : " dist/vue-axios.min.js" ,
6
6
"scripts" : {
7
7
"test" : " npm run test"
8
8
},
9
+ "files" : [
10
+ " dist" ,
11
+ " src"
12
+ ],
9
13
"repository" : {
10
14
"type" : " git" ,
11
15
"url" : " git+https://github.com/imcvampire/vue-axios.git"
22
26
},
23
27
"homepage" : " https://github.com/imcvampire/vue-axios#readme" ,
24
28
"devDependencies" : {
25
- "vue" : " ^2.0.3" ,
26
29
"babel-core" : " ^6.18.0" ,
27
30
"babel-preset-es2015" : " ^6.18.0" ,
28
31
"gulp" : " ^3.9.1" ,
29
32
"gulp-babel" : " ^6.1.2" ,
30
33
"gulp-rename" : " ^1.2.2" ,
31
34
"gulp-uglifyjs" : " ^0.6.2"
35
+ },
36
+ "peerDependencies" : {
37
+ "vue" : " >= 1.0.0"
32
38
}
33
39
}
You can’t perform that action at this time.
0 commit comments