Skip to content

Commit

Permalink
Move near to bin/ subfolder
Browse files Browse the repository at this point in the history
  • Loading branch information
vgrichina committed Apr 12, 2019
1 parent e9ce691 commit 6f300cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion near → bin/near
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env node

const yargs = require('yargs');
const main = require('.');
const main = require('../');

const exitOnError = async function(promise) {
try {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"homepage": "https://github.com/nearprotocol/near-shell#readme",
"bin": {
"near": "near"
"near": "./bin/near"
},
"devDependencies": {},
"dependencies": {
Expand Down

0 comments on commit 6f300cd

Please sign in to comment.