Skip to content

Commit 982fd7f

Browse files
committed
0.2.0
1 parent 6798ca0 commit 982fd7f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
{
22
"name": "redaxios",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "The API from Axios, as a tiny abstraction over Fetch.",
55
"source": "src/index.js",
66
"main": "dist/redaxios.js",
77
"umd:main": "dist/redaxios.umd.js",
88
"module": "dist/redaxios.module.js",
99
"scripts": {
1010
"build": "microbundle",
11-
"test": "eslint src test && karmatic"
11+
"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"
1213
},
1314
"files": [
1415
"dist",
@@ -35,4 +36,4 @@
3536
"sinon": "^8.0.4",
3637
"webpack": "^4.41.5"
3738
}
38-
}
39+
}

0 commit comments

Comments
 (0)