Skip to content

Commit

Permalink
Merge pull request #28 from Belphemur/develop
Browse files Browse the repository at this point in the history
Release
  • Loading branch information
Belphemur authored Aug 22, 2019
2 parents 37f2da9 + a9c2694 commit ad6bfde
Show file tree
Hide file tree
Showing 2 changed files with 2,420 additions and 373 deletions.
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"type": "git",
"url": "git+https://github.com/Belphemur/vue-json-csv.git"
},
"main": "dist/JsonCSV.js",
"main": "dist/vue-json-csv.common.js",
"keywords": [
"vue",
"vuejs",
Expand All @@ -28,7 +28,7 @@
"commitmsg": "validate-commit-msg",
"semantic-release": "semantic-release",
"test": "jest",
"build": "bili",
"build": "vue-cli-service build --target lib --name vue-json-csv src/JsonCSV.vue",
"dev": "poi --serve",
"build:example": "poi --prod"
},
Expand Down Expand Up @@ -57,6 +57,7 @@
},
"files": [
"dist/",
"src/",
"README.md",
"LICENSE"
],
Expand All @@ -65,11 +66,12 @@
"@babel/preset-env": "^7.5.5",
"@semantic-release/changelog": "^3.0.4",
"@semantic-release/git": "^7.0.16",
"@vue/cli": "^3.11.0",
"@vue/cli-service": "^3.11.0",
"@vue/test-utils": "^1.0.0-beta.29",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "^10.0.2",
"babel-jest": "^24.9.0",
"bili": "^4.8.1",
"buefy": "^0.8.2",
"bulma": "^0.7.5",
"cz-conventional-changelog": "^3.0.2",
Expand Down
Loading

0 comments on commit ad6bfde

Please sign in to comment.