Skip to content

Commit 6620fd6

Browse files
committed
updated package.json
1 parent 705e1bd commit 6620fd6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "daisweb3.ts",
3-
"version": "0.1.1",
3+
"version": "0.1.4",
44
"description": "A CLI that writes all the boilerplate necessary to interface with DeFi's most popular platforms.",
55
"main": "dist/index.cli.js",
66
"types": "dist/index.cli.d.ts",
@@ -12,6 +12,7 @@
1212
"build": "tsc",
1313
"prepare": "yarn run build",
1414
"prepublishOnly": "yarn run test && yarn run lint",
15+
"postpublish": "yarn run format && git pull && git add -A lib && git push && git push --tags",
1516
"preversion": "yarn run lint",
1617
"version": "yarn run format && git add -A lib",
1718
"postversion": "git push && git push --tags"

0 commit comments

Comments
 (0)