Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DanSnow committed Dec 24, 2017
1 parent aabd854 commit 7dfb2e8
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-recaptcha",
"version": "1.0.0",
"version": "1.1.0",
"description": "ReCAPTCHA vue component",
"types": "types/index.d.ts",
"module": "dist/vue-recaptcha.es.js",
Expand Down Expand Up @@ -29,10 +29,16 @@
"url": "https://github.com/DanSnow/vue-recaptcha/issues"
},
"lint-staged": {
"{e2e,example,src}/**/*.js": ["prettier-eslint --write", "git add"]
"{e2e,example,src}/**/*.js": [
"prettier-eslint --write",
"git add"
]
},
"jest": {
"testPathIgnorePatterns": ["/node_modules/", "<rootDir>/e2e/"]
"testPathIgnorePatterns": [
"/node_modules/",
"<rootDir>/e2e/"
]
},
"peerDependencies": {
"vue": "^2.0.0"
Expand Down

0 comments on commit 7dfb2e8

Please sign in to comment.