@financial-times/n-myft-ui 25.0.0-beta.1 → 25.0.0-beta.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -7,7 +7,6 @@
7
7
  "": {
8
8
  "name": "@financial-times/n-myft-ui",
9
9
  "version": "0.0.0",
10
- "hasInstallScript": true,
11
10
  "license": "ISC",
12
11
  "devDependencies": {
13
12
  "@financial-times/dotcom-build-bower-resolve": "0.4.1",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@financial-times/n-myft-ui",
3
- "version": "25.0.0-beta.1",
3
+ "version": "25.0.0-beta.2",
4
4
  "description": "Client side component for interaction with myft",
5
5
  "main": "dist/bundles/bundle.js",
6
6
  "module": "dist/bundles/bundle.js",
@@ -8,7 +8,6 @@
8
8
  "test": "echo \"Error: no test specified\" && exit 1",
9
9
  "commit": "commit-wizard",
10
10
  "prepare": "npx snyk protect || npx snyk protect -d || true",
11
- "preinstall": "npm_config_yes=true npx check-engine",
12
11
  "build-package": "webpack"
13
12
  },
14
13
  "repository": {