Skip to content

Commit

Permalink
chore: modify package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
sttk committed Oct 2, 2022
1 parent 330f96b commit 8408a98
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,9 @@
"scripts": {
"lint": "eslint .",
"pretest": "npm run lint",
"test": "nyc mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gulpjs/each-props.git"
"test": "nyc mocha --async-only"
},
"repository": "gulpjs/each-props",
"keywords": [
"deep",
"each",
Expand All @@ -29,10 +26,6 @@
"engines": {
"node": ">= 10.13.0"
},
"bugs": {
"url": "https://github.com/gulpjs/each-props/issues"
},
"homepage": "https://github.com/gulpjs/each-props#readme",
"nyc": {
"reporter": [
"lcov",
Expand Down

0 comments on commit 8408a98

Please sign in to comment.