Skip to content

Commit 70b005d

Browse files
committed
trivial file fixes
1 parent f41c08b commit 70b005d

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
node_modules/
2+
package-lock.json

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# iox.js
2-
Flow-based language that compiles into js
2+
EXPERIMENTAL Flow-based language that compiles into js
33
Copyright (c) 2017 Grady O'Connell
44
(Ported to js from http://github.com/flipcoder/iox)
55

iox.sh renamed to iox

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
#!/bin/bash
2-
node run.js
2+
node run

run.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/usr/bin/node
22
require('livescript')
3-
module.exports = require('./iox')
3+
module.exports = require('./iox.ls')

0 commit comments

Comments
 (0)