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.
2.0.0-ec.0
1 parent 6f2b08a commit ce4f7f9Copy full SHA for ce4f7f9
.npmrc
@@ -0,0 +1 @@
1
+tag=ec
package.json
@@ -1,6 +1,6 @@
{
2
"name": "arweave",
3
- "version": "2.0.0",
+ "version": "2.0.0-ec.0",
4
"description": "Arweave JS client library",
5
"main": "./node/index.js",
6
"react-native": "./node/index.js",
@@ -28,7 +28,8 @@
28
"prettier:check": "prettier --check \"src/**/*.ts\" \"test/**/*.ts\"",
29
"prettier:write": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
30
"version": "npm run prettier:write && git add -A src && git add -A test",
31
- "postversion": "git push && git push --tags"
+ "postversion": "git push && git push --tags",
32
+ "publish": "npm publish --tag ec"
33
},
34
"mocha": {
35
"extension": [
0 commit comments