aboutsummaryrefslogtreecommitdiff
path: root/js/io/system/ninjalibrary.json
diff options
context:
space:
mode:
authorJose Antonio Marquez2012-02-08 16:33:09 -0800
committerJose Antonio Marquez2012-02-08 16:33:09 -0800
commitb62b9d5b3dfd1dfacaf9111f85d40dd246d2b90e (patch)
tree377e573aa51f21dfc6ad3afae71f1a7d0c34c2d9 /js/io/system/ninjalibrary.json
parentfb4fdc82afe9ef62402fa3f2ccb5c291f703c7a8 (diff)
downloadninja-b62b9d5b3dfd1dfacaf9111f85d40dd246d2b90e.tar.gz
Adding a purge library method
Added a delete libraries function to delete all libraries in Chrome sandbox (as in a force delete). Also updated descriptor files to go with new directory layout of files and relation to the relatives paths used by the packed app and it's manifest.
Diffstat (limited to 'js/io/system/ninjalibrary.json')
-rw-r--r--js/io/system/ninjalibrary.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/io/system/ninjalibrary.json b/js/io/system/ninjalibrary.json
index 87dff7f6..272cc2c7 100644
--- a/js/io/system/ninjalibrary.json
+++ b/js/io/system/ninjalibrary.json
@@ -1,6 +1,6 @@
1{ 1{
2 "libraries": [ 2 "libraries": [
3 {"name": "Montage", "path": "/ninja-internal/node_modules/descriptor.json", "version": "0.6.0"}, 3 {"name": "Montage", "path": "/node_modules/descriptor.json", "version": "0.6.0"},
4 {"name": "RDGE", "path": "/ninja-internal/js/helper-classes/RDGE/rdge-compiled.js", "version": "0.6.0", "file": "rdge-compiled.js"} 4 {"name": "RDGE", "path": "/js/helper-classes/RDGE/rdge-compiled.js", "version": "0.6.0", "file": "rdge-compiled.js"}
5 ] 5 ]
6} \ No newline at end of file 6} \ No newline at end of file