Comparing version 0.7.3 to 0.8.0
@@ -19,4 +19,2 @@ 'use strict'; | ||
require('./windowStore'); | ||
var xander = function xander(_ref) { | ||
@@ -23,0 +21,0 @@ var routes = _ref.routes, |
{ | ||
"name": "xander", | ||
"version": "0.7.3", | ||
"version": "0.8.0", | ||
"description": "Single page app framework", | ||
@@ -33,9 +33,9 @@ "repository": "git+https://github.com/formula/xander.git", | ||
"peerDependencies": { | ||
"react": "^16.0.0" | ||
"react": "^15.6.2 || ^16.0.0" | ||
}, | ||
"dependencies": { | ||
"formula": "^2.1.8", | ||
"formula": "^2.2.4", | ||
"fluxury": "^3.0.0", | ||
"rootr": "^0.2.2" | ||
"rootr": "^0.2.3" | ||
} | ||
} |
@@ -7,5 +7,5 @@ # xander | ||
Single Page App Framework, built on React. | ||
Framework for React Single Page Apps. The framework is a complete environment including routing and state management. | ||
Look at [minimal example](./examples/minimal) for minimal webpack setup. | ||
Webpack is recommended to bundle your projects. The [minimal example](./examples/minimal) provides a simple boilerplate setup. For larger projects, look at the [async example](./examples/async) which utilizes webpack's code splitting to scale your app. | ||
@@ -12,0 +12,0 @@ ## Usage |
23665
417
Updatedformula@^2.2.4
Updatedrootr@^0.2.3