Skip to content
This repository has been archived by the owner on Apr 19, 2022. It is now read-only.

Commit

Permalink
feat(build): updated to version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eperedo committed Mar 31, 2018
1 parent c2879b3 commit 19df7d2
Showing 1 changed file with 6 additions and 15 deletions.
21 changes: 6 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
{
"name": "vue-fixer",
"version": "0.0.1",
"version": "0.0.2",
"main": "dist/vueFixer.common.js",
"scripts": {
"serve": "vue-cli-service serve --open",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"lib": "vue-cli-service build --target lib --name vueFixer src/components/fixer.vue"
"lib":
"vue-cli-service build --target lib --name vueFixer src/components/fixer.vue"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.0.0-beta.6",
Expand All @@ -21,22 +22,12 @@
"vue": "^2.5.13",
"vue-template-compiler": "^2.5.13"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 10"
],
"browserslist": ["> 1%", "last 2 versions", "not ie <= 10"],
"gitHooks": {
"pre-commit": "lint-staged"
},
"lint-staged": {
"*.js": [
"vue-cli-service lint",
"git add"
],
"*.vue": [
"vue-cli-service lint",
"git add"
]
"*.js": ["vue-cli-service lint", "git add"],
"*.vue": ["vue-cli-service lint", "git add"]
}
}

0 comments on commit 19df7d2

Please sign in to comment.