clean-state
Advanced tools
Comparing version 1.1.2 to 1.1.3
{ | ||
"name": "clean-state", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "", | ||
"main": "index.js", | ||
"type": "./lib/index.d.ts", | ||
"main": "lib/index.js", | ||
"type": "lib/index.d.ts", | ||
"scripts": { | ||
@@ -21,2 +21,10 @@ "build": "tsc", | ||
}, | ||
"keywords": [ | ||
"react", | ||
"hooks", | ||
"redux", | ||
"reducer", | ||
"flux", | ||
"mobx" | ||
], | ||
"devDependencies": { | ||
@@ -23,0 +31,0 @@ "@rollup/plugin-typescript": "^8.1.0", |
@@ -124,2 +124,2 @@ # Clean-State | ||
## 许可 | ||
clean-state在MIT License下允许使用。 | ||
[MIT](./LICENSE) |
16929