Skip to content

Commit

Permalink
v0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Kelin2025 committed May 20, 2018
1 parent f9067ee commit ec69996
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/core",
"version": "0.14.5",
"version": "0.15.0",
"description": "Core library to make API calls with any adapter",
"main": "cjs/index.js",
"module": "es/index.js",
Expand All @@ -18,8 +18,7 @@
"size": "size-limit",
"test": "jest",
"check": "npm run lint && npm run test && npm run size",
"build":
"BABEL_ENV=cjs babel lib --out-dir cjs --ignore test.js && BABEL_ENV=es babel lib --out-dir es --ignore test.js",
"build": "BABEL_ENV=cjs babel lib --out-dir cjs --ignore test.js && BABEL_ENV=es babel lib --out-dir es --ignore test.js",
"prepublish": "npm run build"
},
"size-limit": [
Expand Down

0 comments on commit ec69996

Please sign in to comment.