diff --git a/.npmignore b/.npmignore index e011a9b..9d8f7cb 100644 --- a/.npmignore +++ b/.npmignore @@ -6,3 +6,10 @@ template.ejs tsconfig.json webpack.* yarn.lock + +.editorconfig +.gitattributes +.prettierrc +webpack/ +tsconfig-compile.json +example/ diff --git a/package.json b/package.json index 1cac9a7..f09647c 100644 --- a/package.json +++ b/package.json @@ -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",