Skip to content

Commit

Permalink
forgot missing . (#182)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpope19 authored Jan 22, 2021
1 parent 4fe1e1e commit 330b89b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"lint": "eslint lib cli index.js",
"test": "npm run lint && jest",
"coveralls": "cat ./coverage/lcov.info | coveralls",
"release": "./circleci/scripts/release.sh",
"release": "./.circleci/scripts/release.sh",
"watch": "jest --watch"
},
"jest": {
Expand Down

0 comments on commit 330b89b

Please sign in to comment.