mobx-keystone
Advanced tools
Comparing version 0.11.2 to 0.11.3
{ | ||
"name": "mobx-keystone", | ||
"version": "0.11.2", | ||
"version": "0.11.3", | ||
"description": "A MobX powered state management solution based on data trees with first class support for Typescript, snapshots, patches and much more", | ||
@@ -21,3 +21,3 @@ "keywords": [ | ||
}, | ||
"homepage": "https://mobx-keystone.netlify.com", | ||
"homepage": "https://mobx-keystone.js.org", | ||
"license": "MIT", | ||
@@ -24,0 +24,0 @@ "author": "Javier González Garcés", |
@@ -15,3 +15,3 @@ # mobx-keystone | ||
> | ||
> ## [mobx-keystone.netlify.com](https://mobx-keystone.netlify.com) | ||
> ## [mobx-keystone.js.org](https://mobx-keystone.js.org) | ||
@@ -31,3 +31,3 @@ ## Introduction | ||
To see some code and a a glimpse of how it works check the [Todo List Example](https://mobx-keystone.netlify.com/examples/todoList) | ||
To see some code and a a glimpse of how it works check the [Todo List Example](https://mobx-keystone.js.org/examples/todoList) | ||
@@ -70,2 +70,2 @@ Because state trees are living, mutable models, actions are straight-forward to write; just modify local instance properties where appropriate. It is not necessary to produce a new state tree yourself, `mobx-keystone`'s snapshot functionality will derive one for you automatically. | ||
Full documentation can be found on [mobx-keystone.netlify.com](https://mobx-keystone.netlify.com) | ||
Full documentation can be found on [mobx-keystone.js.org](https://mobx-keystone.js.org) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
2
1441959