Commit 2caecab9c7668e6b59a361d55a61d73ff0a6c4c7
Move sexpr-wasm-prototype to tools/sexpr-wasm-prototype
Alex Beregszaszi committed on 8/3/2016, 11:34:47 PMParent: 8399834b6862bec67ec1c8baa145c7163cc4d3f9
Files changed
.gitmodules | changed |
package.json | changed |
sexpr-wasm-prototype | deleted |
tools/sexpr-wasm-prototype | added |
.gitmodules | ||
---|---|---|
@@ -1,3 +1,3 @@ | ||
1 | 1 | [submodule "sexpr-wasm-prototype"] |
2 | - path = sexpr-wasm-prototype | |
2 | + path = tools/sexpr-wasm-prototype | |
3 | 3 | url = https://github.com/WebAssembly/sexpr-wasm-prototype.git |
package.json | ||
---|---|---|
@@ -27,9 +27,9 @@ | ||
27 | 27 | "tape": "^4.5.1" |
28 | 28 | }, |
29 | 29 | "standard": { |
30 | 30 | "ignore": [ |
31 | - "/sexpr-wasm-prototype/" | |
31 | + "/tools/sexpr-wasm-prototype/" | |
32 | 32 | ], |
33 | 33 | "globals": [ |
34 | 34 | "Wasm" |
35 | 35 | ] |
sexpr-wasm-prototype | ||
---|---|---|
@@ -1,1 +1,0 @@ | ||
1 | -Subproject commit b487574ba29dd85c64be6aa1406b58084b14b8b4 |
tools/sexpr-wasm-prototype | ||
---|---|---|
@@ -1,0 +1,1 @@ | ||
1 | +Subproject commit b487574ba29dd85c64be6aa1406b58084b14b8b4 |
Built with git-ssb-web