Comparing version 0.5.16 to 0.5.17
{ | ||
"name": "wTools", | ||
"version": "0.5.16", | ||
"version": "0.5.17", | ||
"description": "Generic purpose tools of base level for solving problems in Java Script.", | ||
"author": "Kostiantyn Wandalen <wtory.net@domainsbyproxy.com>", | ||
"license": "MIT", | ||
"main": "base/staging/wTools.s", | ||
"main": "abase/staging/wTools.s", | ||
"files": [ | ||
"base/staging/wTools.s", | ||
"abase/staging/wTools.s", | ||
"production" | ||
], | ||
"scripts": { | ||
"test": "node ./base/staging/z.test/All.s", | ||
"test": "node ./abase/staging/z.test/All.s", | ||
"make_doc": "./doc.sh" | ||
@@ -15,0 +15,0 @@ }, |
60124