Skip to content
This repository has been archived by the owner on Sep 7, 2020. It is now read-only.

Commit

Permalink
Fix phenomic-cli when transpilation has not been done yet
Browse files Browse the repository at this point in the history
  • Loading branch information
MoOx committed Mar 19, 2017
1 parent b7117a4 commit 7f2117a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions packages/phenomic-cli/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/usr/bin/env node

require("./lib/bin.js")
4 changes: 2 additions & 2 deletions packages/phenomic-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "phenomic-cli",
"version": "1.0.0-alpha.0",
"main": "lib/index.js",
"bin": {
"phenomic": "lib/bin.js"
"phenomic": "index.js"
},
"files": [
"index.js",
"lib"
],
"dependencies": {
Expand Down

0 comments on commit 7f2117a

Please sign in to comment.