Skip to content
This repository has been archived by the owner on Jun 22, 2024. It is now read-only.

Commit

Permalink
chore: update scripts and jest in root package.json (#7)
Browse files Browse the repository at this point in the history
updates the package.json to mirror #5 in npm scripts and jest semver minor
  • Loading branch information
bnb authored Apr 23, 2020
1 parent 569c25a commit 82e3c39
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,17 @@
"description": "",
"main": "index.js",
"scripts": {
"test": "jest --coverage",
"test:unit": "jest --coverage",
"test:onlychanged": "jest --onlyChanged --coverage",
"lint": "standard"
"lint": "standard",
"test": "npm run lint && npm run test:unit"
},
"keywords": [],
"author": "Tierney Cyren <[email protected]>",
"license": "MIT",
"devDependencies": {
"all-contributors-cli": "^6.14.0",
"jest": "^25.2.4",
"jest": "^25.2.6",
"standard": "^14.3.3"
},
"dependencies": {
Expand Down

0 comments on commit 82e3c39

Please sign in to comment.