This repository was archived by the owner on Jun 10, 2021. It is now read-only.
File tree 1 file changed +4
-6
lines changed
1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " vue-datasource" ,
3
- "version" : " 2.0.1 " ,
3
+ "version" : " 2.0.5 " ,
4
4
"description" : " A vue server side component to create dynamic tables" ,
5
5
"author" :
" Javier Diaz <[email protected] >" ,
6
6
"private" : false ,
11
11
"unit" : " cross-env BABEL_ENV=test karma start test/unit/karma.conf.js --single-run" ,
12
12
"e2e" : " node test/e2e/runner.js" ,
13
13
"test" : " npm run unit && npm run e2e" ,
14
- "lint" : " eslint --ext .js,.vue src test/unit/specs test/e2e/specs" ,
15
- "lib" : " vue build src/index.js --prod --lib vue-datasource"
14
+ "lint" : " eslint --ext .js,.vue src test/unit/specs test/e2e/specs"
16
15
},
17
16
"license" : " MIT" ,
18
- "main" : " dist/ src/index.js" ,
17
+ "main" : " src/index.js" ,
19
18
"repository" : {
20
19
"type" : " git" ,
21
20
"url" : " git+https://github.com/coderdiaz/vue-datasource.git"
36
35
],
37
36
"homepage" : " https://github.com/coderdiaz/vue-datasource#readme" ,
38
37
"dependencies" : {
39
- "axios" : " ^0.16.1" ,
40
- "lodash" : " ^4.17.4" ,
41
38
"vue" : " ^2.2.6"
42
39
},
43
40
"devDependencies" : {
94
91
"optimize-css-assets-webpack-plugin" : " ^1.3.0" ,
95
92
"ora" : " ^1.2.0" ,
96
93
"phantomjs-prebuilt" : " ^2.1.14" ,
94
+ "poi" : " ^9.3.10" ,
97
95
"rimraf" : " ^2.6.0" ,
98
96
"sass-loader" : " ^6.0.6" ,
99
97
"selenium-server" : " ^3.0.1" ,
You can’t perform that action at this time.
0 commit comments