Comparing version 0.0.210 to 0.0.211
{ | ||
"name": "xone", | ||
"version": "0.0.210", | ||
"version": "0.0.211", | ||
"description": "Open source Javascript framework for building modern web applications.", | ||
@@ -27,4 +27,3 @@ "keywords": [ | ||
"bin": { | ||
"xone": "./task/xone.bat", | ||
"app": "./task/xone.bat" | ||
"xone": "./task/xone.bat" | ||
}, | ||
@@ -35,15 +34,5 @@ "repository": { | ||
}, | ||
"scripts": { | ||
"compile": "xone compile", | ||
"build": "xone build", | ||
"update": "xone update", | ||
"docs": "xone docs", | ||
"deploy": "xone deploy", | ||
"start": "", | ||
"test": "xone specs", | ||
"watch": "", | ||
"jasmine": "jasmine" | ||
}, | ||
"scripts": {}, | ||
"author": "Thomas Wilkerling", | ||
"license": "Apache-2.0" | ||
} |
477647