Skip to content

Commit

Permalink
💚 Fix npm publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
segersniels committed May 23, 2019
1 parent ce783d6 commit ee1c93b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "supdock",
"version": "2.0.1",
"version": "2.0.2",
"description": "What's Up Dock(er)?",
"main": "index.ts",
"main": "index.js",
"scripts": {
"build": "tsc --skipLibCheck ; pkg -t node10 dist/index.js -o ./bin/supdock",
"build:ci": "tsc --skipLibCheck ; pkg dist/index.js --out-path ./bin",
Expand Down Expand Up @@ -38,7 +38,7 @@
"minimist": "^1.2.0"
},
"bin": {
"ts-supdock": "./dist/index.js"
"ts-supdock": "index.js"
},
"devDependencies": {
"pkg": "^4.4.0",
Expand Down

0 comments on commit ee1c93b

Please sign in to comment.