From d18436d1d59f5e62d4dc29a153f6a3f134046922 Mon Sep 17 00:00:00 2001 From: Artem Vasilev Date: Wed, 15 Sep 2021 12:25:29 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A3=D0=B4=D0=B0=D0=BB=D0=B8=D0=BB=20=D0=BF?= =?UTF-8?q?=D0=BE=D0=B4=D0=B4=D0=B5=D1=80=D0=B6=D0=BA=D1=83=20=D0=BF=D1=80?= =?UTF-8?q?=D0=B8=D0=BC=D0=B5=D1=80=D0=BE=D0=B2=20Angular=20=D0=B8=20React?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/package.json b/package.json index 08e1d83..756988b 100644 --- a/package.json +++ b/package.json @@ -25,10 +25,8 @@ "test": "jest --coverage && coveralls < coverage/lcov.info", "lint": "eslint --config .eslintrc.js --ext .ts --ext .js src", "lint:fix": "eslint --fix --config .eslintrc.js --ext .ts --ext .js src", - "examples-update": "npm run examples-update:script-tag && npm run examples-update:angular && npm run examples-update:react", + "examples-update": "npm run examples-update:script-tag", "examples-update:script-tag": "npm --prefix ./examples/script-tag r crypto-pro && npm --prefix ./examples/script-tag i crypto-pro", - "examples-update:angular": "npm --prefix ./examples/angular r crypto-pro && npm --prefix ./examples/angular i crypto-pro", - "examples-update:react": "npm --prefix ./examples/react r crypto-pro && npm --prefix ./examples/react i crypto-pro", "prepack": "npm run build", "prepublishOnly": "npm run lint && jest && npm run build", "postpublish": "npm run examples-update"