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

Commit

Permalink
chore: 🤖 missing space (streamich#183)
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigograca31 committed May 29, 2020
1 parent fe15af0 commit 9eb8286
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 @@ -23,7 +23,7 @@
"build:binaries": "mkdirp binaries && pkg lib/cli.js --out-path binaries",
"test": "jest --maxWorkers 2",
"test:dev": "jest --watch",
"test:coverage":"jest --coverage",
"test:coverage": "jest --coverage",
"release": "semantic-release",
"eslint": "eslint lib/*.js"
},
Expand Down

0 comments on commit 9eb8286

Please sign in to comment.