Skip to content

Commit

Permalink
0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
developit committed Apr 16, 2020
1 parent 6798ca0 commit 982fd7f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
{
"name": "redaxios",
"version": "0.1.0",
"version": "0.2.0",
"description": "The API from Axios, as a tiny abstraction over Fetch.",
"source": "src/index.js",
"main": "dist/redaxios.js",
"umd:main": "dist/redaxios.umd.js",
"module": "dist/redaxios.module.js",
"scripts": {
"build": "microbundle",
"test": "eslint src test && karmatic"
"test": "eslint src test && karmatic",
"release": "npm t && git commit -am \"$npm_package_version\" && git tag $npm_package_version && git push && git push --tags && npm publish"
},
"files": [
"dist",
Expand All @@ -35,4 +36,4 @@
"sinon": "^8.0.4",
"webpack": "^4.41.5"
}
}
}

0 comments on commit 982fd7f

Please sign in to comment.