We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6798ca0 commit 982fd7fCopy full SHA for 982fd7f
package.json
@@ -1,14 +1,15 @@
1
{
2
"name": "redaxios",
3
- "version": "0.1.0",
+ "version": "0.2.0",
4
"description": "The API from Axios, as a tiny abstraction over Fetch.",
5
"source": "src/index.js",
6
"main": "dist/redaxios.js",
7
"umd:main": "dist/redaxios.umd.js",
8
"module": "dist/redaxios.module.js",
9
"scripts": {
10
"build": "microbundle",
11
- "test": "eslint src test && karmatic"
+ "test": "eslint src test && karmatic",
12
+ "release": "npm t && git commit -am \"$npm_package_version\" && git tag $npm_package_version && git push && git push --tags && npm publish"
13
},
14
"files": [
15
"dist",
@@ -35,4 +36,4 @@
35
36
"sinon": "^8.0.4",
37
"webpack": "^4.41.5"
38
}
-}
39
+}
0 commit comments