We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d50db5e commit 8ded088Copy full SHA for 8ded088
package.json
@@ -1,11 +1,8 @@
1
{
2
- "name": "supermodel",
3
- "version": "1.1.0",
+ "name": "super-model-js",
+ "version": "1.0.0",
4
"description": "Manage your app's state like never before, harness the power of the proxy!",
5
"main": "SuperModel.js",
6
- "directories": {
7
- "example": "example"
8
- },
9
"scripts": {
10
"test": "echo \"Error: no test specified\" && exit 1",
11
"build": "node build.js"
@@ -17,6 +14,10 @@
17
14
"keywords": [
18
15
"model",
19
16
"data-binding",
+ "observer",
+ "emitter",
+ "pub-sub",
20
+ "proxy",
21
"event",
22
"mvc"
23
],
0 commit comments