@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.
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@financial-times/n-myft-ui",
|
3
|
-
"version": "25.0.0-beta.
|
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": {
|