Skip to content

Commit

Permalink
fix: cli global install
Browse files Browse the repository at this point in the history
  • Loading branch information
yknl committed Aug 24, 2020
1 parent 0b9f0d0 commit b088271
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/cli/bin.js
@@ -1,4 +1,4 @@
#!/usr/bin/env node

require('ts-node').register({ dir: __dirname, transpileOnly: true });
require('./src/index.ts');
require('./lib/index.js');
2 changes: 1 addition & 1 deletion packages/cli/package.json
@@ -1,6 +1,6 @@
{
"name": "@stacks/cli",
"version": "1.0.0-alpha.2",
"version": "1.0.0-alpha.3",
"description": "Stacks command line tool",
"keywords": [
"stacks",
Expand Down

0 comments on commit b088271

Please sign in to comment.