Skip to content

Commit

Permalink
update npmignore; release 0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ChenYong committed May 29, 2020
1 parent 5cc02cc commit 79a854d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,10 @@ template.ejs
tsconfig.json
webpack.*
yarn.lock

.editorconfig
.gitattributes
.prettierrc
webpack/
tsconfig-compile.json
example/
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jimengio/rex",
"version": "0.1.6",
"version": "0.1.7",
"description": "A very simplified Redux-like state manage tool with Immer built-in",
"main": "./lib/rex.js",
"types": "./lib/rex.d.ts",
Expand Down

0 comments on commit 79a854d

Please sign in to comment.