Skip to content

Commit

Permalink
v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Kelin2025 committed Apr 29, 2018
1 parent 6a102f6 commit ee95686
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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": {
Expand Down

0 comments on commit ee95686

Please sign in to comment.