1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2025-08-07 12:25:55 +00:00

added modules to index

This commit is contained in:
Steven Hugg
2016-12-15 20:55:39 -05:00
parent e42ff3a56a
commit b6a79808ac
5 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@@ -1,2 +1,3 @@
*~
node_modules
scripts

6
.gitmodules vendored
View File

@@ -1,9 +1,9 @@
[submodule "javatari.js"]
path = javatari.js
url = https://github.com/sehugg/javatari.js
url = git@github.com:sehugg/javatari.js
[submodule "dasm"]
path = dasm
url = https://github.com/sehugg/dasm
url = git@github.com:sehugg/dasm
[submodule "codemirror"]
path = codemirror
url = https://github.com/sehugg/codemirror
url = git@github.com:sehugg/codemirror

1
codemirror Submodule

Submodule codemirror added at ebf81921f8

1
dasm Submodule

Submodule dasm added at 69b1db6c37

1
javatari.js Submodule

Submodule javatari.js added at b785efb3b9