diff --git a/package.json b/package.json index db2a487..2596745 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@apicase/services", - "version": "0.6.1", + "version": "0.7.0", "description": "Better experience with apicase services", "main": "index.cjs.js", "module": "index.es.js", @@ -16,8 +16,7 @@ "lint": "eslint --fix index.js", "test": "jest", "check": "npm run lint && npm run test", - "build": - "BABEL_ENV=cjs babel index.js --out-file index.cjs.js && BABEL_ENV=es babel index.js --out-file index.es.js", + "build": "BABEL_ENV=cjs babel index.js --out-file index.cjs.js && BABEL_ENV=es babel index.js --out-file index.es.js", "prepublish": "npm run build && npm run check" }, "dependencies": {