Skip to content

Commit

Permalink
test: also lint the tests
Browse files Browse the repository at this point in the history
* test: added the tests to the lint script
* feat: bumped the version number to publish a revision with the newly
  updated / fixed docs
  • Loading branch information
joshtronic committed Apr 10, 2020
1 parent 3447e9d commit a4ebf68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "luthier",
"version": "0.3.0",
"version": "0.3.1",
"description": "Luthier handles all of your string needs.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -33,7 +33,7 @@
},
"scripts": {
"build": "tsc",
"lint": "eslint --ext .ts src",
"lint": "eslint --ext .ts src tests",
"test": "jest",
"test:coverage": "jest --coverage --coverageReporters=text-lcov | coveralls"
}
Expand Down

0 comments on commit a4ebf68

Please sign in to comment.