This repository was archived by the owner on Jun 10, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " vue-datasource" ,
3- "version" : " 2.0.1 " ,
3+ "version" : " 2.0.5 " ,
44 "description" : " A vue server side component to create dynamic tables" ,
55 "author" : " Javier Diaz <coderdiaz@gmail.com>" ,
66 "private" : false ,
1111 "unit" : " cross-env BABEL_ENV=test karma start test/unit/karma.conf.js --single-run" ,
1212 "e2e" : " node test/e2e/runner.js" ,
1313 "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"
1615 },
1716 "license" : " MIT" ,
18- "main" : " dist/ src/index.js" ,
17+ "main" : " src/index.js" ,
1918 "repository" : {
2019 "type" : " git" ,
2120 "url" : " git+https://github.com/coderdiaz/vue-datasource.git"
3635 ],
3736 "homepage" : " https://github.com/coderdiaz/vue-datasource#readme" ,
3837 "dependencies" : {
39- "axios" : " ^0.16.1" ,
40- "lodash" : " ^4.17.4" ,
4138 "vue" : " ^2.2.6"
4239 },
4340 "devDependencies" : {
9491 "optimize-css-assets-webpack-plugin" : " ^1.3.0" ,
9592 "ora" : " ^1.2.0" ,
9693 "phantomjs-prebuilt" : " ^2.1.14" ,
94+ "poi" : " ^9.3.10" ,
9795 "rimraf" : " ^2.6.0" ,
9896 "sass-loader" : " ^6.0.6" ,
9997 "selenium-server" : " ^3.0.1" ,
You can’t perform that action at this time.
0 commit comments