diff --git a/package.json b/package.json index ea2b77c..e323dde 100644 --- a/package.json +++ b/package.json @@ -9,13 +9,13 @@ "updeep": "^1.2.1" }, "license": "MIT", - "main": "src/index.js", + "module": "dist/index.js", "name": "updux", "description": "Updeep-friendly Redux helper framework", "scripts": { "docsify:serve": "docsify serve docs" }, - "version": "4.0.0", + "version": "5.0.0", "repository": { "type": "git", "url": "git+https://github.com/yanick/updux.git"