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

Commit

Permalink
Replaced “lint-staged” with “pretty-quick”
Browse files Browse the repository at this point in the history
  • Loading branch information
robinvdvleuten committed May 17, 2018
1 parent ac0c7e6 commit 5ccad54
Showing 1 changed file with 7 additions and 22 deletions.
29 changes: 7 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,7 @@
"version": "2.5.4",
"license": "MIT",
"author": "Robin van der Vleuten <robin@webstronauts.co> (robinvdvleuten.nl)",
"keywords": [
"vue",
"vuex",
"plugin"
],
"keywords": ["vue", "vuex", "plugin"],
"homepage": "https://github.com/robinvdvleuten/vuex-persistedstate#readme",
"repository": "robinvdvleuten/vuex-persistedstate",
"bugs": {
Expand All @@ -19,35 +15,24 @@
"jsnext:main": "dist/vuex-persistedstate.es.js",
"umd:main": "dist/vuex-persistedstate.umd.js",
"typings": "./index.d.ts",
"files": [
"dist",
"index.d.ts",
"index.js"
],
"files": ["dist", "index.d.ts", "index.js"],
"scripts": {
"build": "rimraf dist && microbundle --external all --name createPersistedState index.js",
"precommit": "npm run build && lint-staged",
"build":
"rimraf dist && microbundle --external all --name createPersistedState index.js",
"precommit": "npm run build && pretty-quick --staged",
"prepare": "npm run build",
"test": "npm-run-all test:**",
"test:jest": "jest --env=jsdom",
"test:size": "bundlesize"
},
"lint-staged": {
"index.js": [
"prettier --single-quote --write",
"git add"
]
},
"bundlesize": [
{
"path": "./dist/*.js",
"threshold": "800b"
}
],
"babel": {
"presets": [
"env"
]
"presets": ["env"]
},
"dependencies": {
"deepmerge": "^2.1.0",
Expand All @@ -61,10 +46,10 @@
"eslint": "^4.11.0",
"husky": "^0.14.3",
"jest": "^22.4.2",
"lint-staged": "^7.0.0",
"microbundle": "^0.4.4",
"npm-run-all": "^4.1.2",
"prettier": "^1.8.2",
"pretty-quick": "^1.4.1",
"rimraf": "^2.6.2",
"vue": "^2.5.15",
"vuex": "^3.0.1"
Expand Down

0 comments on commit 5ccad54

Please sign in to comment.