Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit70b005d

Browse files
committed
trivial file fixes
1 parentf41c08b commit70b005d

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+
EXPERIMENTALFlow-based language that compiles into js
33
Copyright (c) 2017 Grady O'Connell
44
(Ported to js fromhttp://github.com/flipcoder/iox)
55

‎iox.shrenamed 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)

[8]ページ先頭

©2009-2025 Movatter.jp