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

Commit

Permalink
chore: fix deprecated husky configs and cleanup package.json (#541)
Browse files Browse the repository at this point in the history
* chore: fix deprecated husky configs

* chore(package.json): cleanup unneeded nyc config
  • Loading branch information
JacobBlomgren committed Feb 13, 2019
1 parent 9c2f66e commit 5d3b147
Showing 1 changed file with 7 additions and 17 deletions.
24 changes: 7 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@
"module": "dist/esm",
"sideEffects": false,
"scripts": {
"precommit": "lint-staged",
"commit": "git-cz",
"commitmsg": "validate-commit-msg",
"clean": "rimraf dist",
"dev": "run-s start",
"build": "run-s clean babel:*",
Expand All @@ -20,7 +18,6 @@
"test": "jest",
"tdd": "jest --watch",
"coverage": "jest --coverage --coverageReporters=text-lcov | coveralls",
"prepush": "run-p lint test",
"prepublish": "in-publish && run-s lint test build || not-in-publish",
"start": "styleguidist server --colors",
"now-build": "npm run build:docs",
Expand Down Expand Up @@ -54,20 +51,6 @@
"git add"
]
},
"nyc": {
"extension": [
".js",
".jsx"
],
"all": true,
"instrument": false,
"sourceMap": false,
"reporter": [
"lcov",
"text-summary",
"text"
]
},
"author": "Gustaf Zetterlund <gustaf.zetterlund@nordnet.se>",
"repository": "nordnet/nordnet-ui-kit",
"bugs": {
Expand Down Expand Up @@ -137,5 +120,12 @@
"sinon": "7.2.3",
"validate-commit-msg": "2.14.0",
"webpack": "4.29.3"
},
"husky": {
"hooks": {
"commit-msg": "validate-commit-msg",
"pre-commit": "lint-staged",
"pre-push": "run-p lint test"
}
}
}

1 comment on commit 5d3b147

@vercel
Copy link

@vercel vercel bot commented on 5d3b147 Feb 13, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully aliased the URL https://nordnet-ui-kit-iwbbqeeax.now.sh to the following alias.

Please sign in to comment.