@erickmerchant/framework
Advanced tools
Comparing version 9.0.1 to 9.0.2
{ | ||
"name": "@erickmerchant/framework", | ||
"version": "9.0.1", | ||
"version": "9.0.2", | ||
"description": "A simple data down, actions up framework.", | ||
@@ -28,3 +28,3 @@ "main": "dist/main.js", | ||
"nyc": "^10.0.0", | ||
"standard": "^8.0.0", | ||
"standard": "^9.0.0", | ||
"tape": "^4.6.0" | ||
@@ -31,0 +31,0 @@ }, |
@@ -63,2 +63,4 @@ # @erickmerchant/framework | ||
The function exported by this module. | ||
- target: a DOM element. The place to render your application | ||
@@ -147,8 +149,4 @@ - store: see [store](#store) | ||
- [@erickmerchant/router](https://github.com/erickmerchant/router) | ||
A router to use as a component | ||
- [A TodoMVC example](http://todo.erickmerchant.com) | ||
The source code can be found [here](https://github.com/erickmerchant/framework-todo) |
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
8607
151