Skip to content

Commit

Permalink
🐛 fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jesse committed Mar 16, 2019
1 parent 19ada07 commit e4a0bca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/run
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/vin/env node
#!/usr/bin/env node
const exec = require("../lib");

if (process.argv.length < 2) {
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "artifact-pr-notify",
"version": "1.0.1",
"version": "1.0.2",
"description": "tool to notify artifact to pr",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand All @@ -11,6 +11,7 @@
"license": "MIT",
"scripts": {
"build": "tsc",
"publish": "yarn build",
"test": "node bin/run",
"type-check": "tsc --noEmit"
},
Expand Down

0 comments on commit e4a0bca

Please sign in to comment.