Skip to content

Commit

Permalink
add script and author
Browse files Browse the repository at this point in the history
  • Loading branch information
chientrm committed Jan 3, 2022
1 parent 53ac79f commit 4b149c6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,10 @@
"loc": "find src/*.js src/**/*.js | xargs wc -l",
"testLoc": "find src/*.test.js src/**/*.test.js | xargs wc -l",
"lcov": "npx c8 -r lcovonly npm test",
"coverage": "npx c8 npm test"
"coverage": "npx c8 npm test",
"removeDocsAndTests": "rm -rf docs src/*.test.js src/**/*.test.js"
},
"author": "",
"author": "Chien Tran",
"license": "MIT",
"dependencies": {
"c8": "^7.10.0"
Expand Down

0 comments on commit 4b149c6

Please sign in to comment.