Comparing version
{ | ||
"name": "xone", | ||
"version": "0.0.313", | ||
"version": "0.0.314", | ||
"description": "Open source Javascript framework for building modern web applications.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -28,3 +28,3 @@  | ||
* Provides a performance optimized render engine | ||
* Targeting products: hybrid apps, progressive web apps, cordova, ionic, mobile games, single-page web apps | ||
* Targeting products: hybrid apps, progressive web apps, cordova, ionic, mobile games, single-page web apps, browser apps | ||
@@ -118,5 +118,5 @@ --- | ||
Works, but it is not recommended to use whitespace in the projects folder name: | ||
Works, but it is generally not recommended to use whitespaces in a project folder name: | ||
```bash | ||
workspace> xone create "my project with space" | ||
workspace> xone create "my project" | ||
``` | ||
@@ -130,3 +130,5 @@ | ||
Fetch update: | ||
To update Xone of an already existing project you basically need __2 steps__: | ||
1. Fetch and install latest version via npm: | ||
```bash | ||
@@ -136,3 +138,3 @@ > npm install -g xone | ||
Install update to an existing project (fetches from _global npm_modules_ installation) | ||
2. Install update to a Xone project (automatically fetches sources from _npm_modules_) | ||
```bash | ||
@@ -139,0 +141,0 @@ workspace/my_project> xone install |
1347531
0.01%366
0.55%