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 202a3e4 commit adc7a78Copy full SHA for adc7a78
‎package.json
@@ -49,7 +49,7 @@
49
"test": "npm run prep",
50
"list": "npm pack && tar -xvzf *.tgz && rm -rf package *.tgz",
51
"prepublishOnly2": "git pull && bump release",
52
- "postpublish": "npm deprecate $npm_config_name npm_config_version",
+ "postpublish": "npm deprecate ${npm_package_name}@${npm_package_version} \"Product retired. No longer maintained.\"",
53
"lint": "eslint . --fix"
54
},
55
"titanium": {
0 commit comments