Skip to content

Commit

Permalink
fix(build): fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberhck committed Nov 8, 2018
1 parent e5b4021 commit 04afa9d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,3 @@ node_modules/
*.tgz
npm-debug.log*
yarn.lock
!lib/cli.js
2 changes: 1 addition & 1 deletion lib/cli.js → bin/cli.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env node

// fallback to global only if local doesn't exist!
require('fallback-cli')('@crazyfactory/uptrans/lib/index.js', "./index.js");
require('fallback-cli')('@crazyfactory/uptrans/lib/index.js', "../lib/index.js");
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "",
"main": "./lib/index.js",
"bin": {
"uptrans": "./lib/cli.js"
"uptrans": "./bin/cli.js"
},
"typings": "./lib/index",
"module": "./lib.es2015/index.js",
Expand Down

0 comments on commit 04afa9d

Please sign in to comment.