feat: delete postpublish script

This commit is contained in:
Sergey Shehovcov 2024-07-05 10:26:53 +03:00
parent a287a7af80
commit 45fb9e06a1

View File

@ -1,6 +1,6 @@
{ {
"name": "crypto-pro-js-m", "name": "crypto-pro-js-m",
"version": "0.1.4", "version": "0.1.5",
"description": "Асинхронный JavaScript API для работы с КриптоПРО ЭЦП Browser Plug-In. Forked from https://github.com/crypto-pro-web/crypto-pro-js", "description": "Асинхронный JavaScript API для работы с КриптоПРО ЭЦП Browser Plug-In. Forked from https://github.com/crypto-pro-web/crypto-pro-js",
"main": "./lib/crypto-pro-js-m.js", "main": "./lib/crypto-pro-js-m.js",
"types": "./lib/crypto-pro-js-m.d.ts", "types": "./lib/crypto-pro-js-m.d.ts",
@ -29,7 +29,6 @@
"examples-update:script-tag": "npm --prefix ./examples/script-tag r crypto-pro-js && npm --prefix ./examples/script-tag i crypto-pro-js", "examples-update:script-tag": "npm --prefix ./examples/script-tag r crypto-pro-js && npm --prefix ./examples/script-tag i crypto-pro-js",
"prepack": "npm run build", "prepack": "npm run build",
"prepublishOnly": "npm run lint && jest && npm run build", "prepublishOnly": "npm run lint && jest && npm run build",
"postpublish": "npm run examples-update"
}, },
"repository": { "repository": {
"type": "git", "type": "git",