File tree Expand file tree Collapse file tree 4 files changed +19710
-6
lines changed Expand file tree Collapse file tree 4 files changed +19710
-6
lines changed Original file line number Diff line number Diff line change 5
5
"main" : " index.js" ,
6
6
"scripts" : {
7
7
"build" : " webpack --config example/webpack.config.js" ,
8
- "dev" : " webpack --config example/webpack.config.js --watch"
8
+ "dev" : " webpack --config example/webpack.config.js --watch" ,
9
+ "test" : " webpack --config test/webpack.config.js && mocha test/test.build.js"
9
10
},
10
11
"repository" : {
11
12
"type" : " git" ,
24
25
},
25
26
"homepage" : " https://github.com/vuejs/vue-classy#readme" ,
26
27
"devDependencies" : {
27
- "babel-core" : " ^5.6.7" ,
28
- "babel-loader" : " ^5.2.0" ,
29
- "node-libs-browser" : " ^0.5.2" ,
30
- "vue" : " ^1.0.4" ,
31
- "webpack" : " ^1.9.12"
28
+ "babel-core" : " ^5.8.0" ,
29
+ "babel-loader" : " ^5.3.3" ,
30
+ "chai" : " ^3.5.0" ,
31
+ "mocha" : " ^2.4.5" ,
32
+ "node-libs-browser" : " ^1.0.0" ,
33
+ "vue" : " ^1.0.16" ,
34
+ "webpack" : " ^1.12.12"
32
35
}
33
36
}
You can’t perform that action at this time.
0 commit comments