Skip to content
This repository was archived by the owner on Jun 10, 2021. It is now read-only.

Commit ff41aac

Browse files
committed
2.0.5
1 parent ccec45d commit ff41aac

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

package.json

+4-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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 <[email protected]>",
66
"private": false,
@@ -11,11 +11,10 @@
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"
@@ -36,8 +35,6 @@
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": {
@@ -94,6 +91,7 @@
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",

0 commit comments

Comments
 (0)