QRequire, compiling, dependencies
Showing
.gitignore
0 → 100644
.idea/modules.xml
deleted
100644 → 0
.idea/qscript.iml
deleted
100644 → 0
.idea/workspace.xml
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
bin/QRequire.js
0 → 100644
bin/TypeTable.js
0 → 100644
| ... | ... | @@ -6,6 +6,12 @@ |
| "bin": { | ||
| "qscript": "bin/cmd.js" | ||
| }, | ||
| "dependencies": { | ||
| "quokka-script": "*", | ||
| "open": "*", | ||
| "quokka-core": "*", | ||
| "z-observable": "*" | ||
| }, | ||
| "scripts": { | ||
| "test": "npm run test" | ||
| }, | ||
| ... | ... |
Please
register
or
sign in
to comment