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 705e1bd commit 6620fd6Copy full SHA for 6620fd6
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "daisweb3.ts",
3
- "version": "0.1.1",
+ "version": "0.1.4",
4
"description": "A CLI that writes all the boilerplate necessary to interface with DeFi's most popular platforms.",
5
"main": "dist/index.cli.js",
6
"types": "dist/index.cli.d.ts",
@@ -12,6 +12,7 @@
12
"build": "tsc",
13
"prepare": "yarn run build",
14
"prepublishOnly": "yarn run test && yarn run lint",
15
+ "postpublish": "yarn run format && git pull && git add -A lib && git push && git push --tags",
16
"preversion": "yarn run lint",
17
"version": "yarn run format && git add -A lib",
18
"postversion": "git push && git push --tags"
0 commit comments