diff --git a/egg.json b/egg.json index 39866ab..c0fbb4c 100644 --- a/egg.json +++ b/egg.json @@ -1,18 +1,17 @@ { "name": "cajax", "description": "Cajax/Prajax is an lightweight JS Http client for everyone!", - "version": "1.1.4", + "version": "1.1.5", "bump": "patch", "entry": "/index.js", "unstable": false, "unlisted": false, "repository": "https://github.com/interaapps/cajax", "files": [ - "./index.js", "./src/**/*", "./README.md", "./index.js", - "index.js" + "./index.js" ], "ignore": [ ".git"