Skip to content

Commit adc7a78

Browse files
committed
🪦    v1.0.5 ➖    Product retired. No longer maintained.
1 parent 202a3e4 commit adc7a78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"test": "npm run prep",
5050
"list": "npm pack && tar -xvzf *.tgz && rm -rf package *.tgz",
5151
"prepublishOnly2": "git pull && bump release",
52-
"postpublish": "npm deprecate $npm_config_name npm_config_version",
52+
"postpublish": "npm deprecate ${npm_package_name}@${npm_package_version} \"Product retired. No longer maintained.\"",
5353
"lint": "eslint . --fix"
5454
},
5555
"titanium": {

0 commit comments

Comments
 (0)