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

Commit

Permalink
chore: removing unused metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
jarrodek committed Apr 15, 2020
1 parent fb922fa commit 5ba2436
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,11 @@
"lint": "npm run lint:eslint && npm run lint:prettier",
"format": "npm run format:eslint && npm run format:prettier",
"test:watch": "karma start --auto-watch=true --single-run=false",
"test:legacy": "karma start --compatibility=auto --coverage",
"test:legacy:watch": "karma start --compatibility=auto --auto-watch=true --single-run=false",
"test:sl": "karma start karma.sl.config.js --compatibility=auto --coverage"
"test:sl": "karma start karma.sl.config.js --coverage"
},
"lint-staged": {
"*.js": [
"eslint --fix",
"git add"
"eslint --fix"
]
}
}

0 comments on commit 5ba2436

Please sign in to comment.