Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions bin-harmonious.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/usr/bin/env node
var harmony = require('harmonious')
harmony('./bin.js')
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "node-repl",
"version": "2.0.2",
"bin": {
"node-repl": "bin.js"
"node-repl": "bin-harmonious.js"
},
"description": "run a node program but also attach a repl to the same context that your code runs in so you can inspect + mess with stuff as your program is running",
"main": "index.js",
Expand All @@ -12,6 +12,7 @@
"author": "max ogden",
"license": "BSD",
"dependencies": {
"harmonious": "^0.5.17",
"strip-bom": "^1.0.0"
},
"devDependencies": {},
Expand Down