Comparing version
{ | ||
"name": "xone", | ||
"version": "0.0.307", | ||
"version": "0.0.308", | ||
"description": "Open source Javascript framework for building modern web applications.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -39,9 +39,9 @@  | ||
2. __Xone Project Bundle__ (Standalone) | ||
* [_xone.bundle.js_] (//cdn.rawgit.com/next-apps/xone/master/dist/xone.bundle.js) | ||
* [_xone.bundle.min.js_] (//cdn.rawgit.com/next-apps/xone/master/dist/xone.bundle.min.js) | ||
* [_xone.bundle.js_] (https://cdn.rawgit.com/next-apps/xone/master/dist/xone.bundle.js) | ||
* [_xone.bundle.min.js_] (https://cdn.rawgit.com/next-apps/xone/master/dist/xone.bundle.min.js) | ||
* Alternatively use this bundle to add Xone as a dependency to an already existing build/compiler system (compatible with Closure Compiler "Advanced Mode"). | ||
* Is intended for a compilation. | ||
3. __Xone Extern Library__ (Standalone) | ||
* [_xone.lib.js_] (//cdn.rawgit.com/next-apps/xone/master/dist/xone.lib.js) | ||
* [_xone.lib.min.js_] (//cdn.rawgit.com/next-apps/xone/master/dist/xone.lib.min.js) | ||
* [_xone.lib.js_] (https://cdn.rawgit.com/next-apps/xone/master/dist/xone.lib.js) | ||
* [_xone.lib.min.js_] (https://cdn.rawgit.com/next-apps/xone/master/dist/xone.lib.min.js) | ||
* Skips the build part completely and make Xone using like a jQuery library in your web-based project. | ||
@@ -48,0 +48,0 @@ * Is not intended for a compilation. |
1346697
0