@financial-times/n-myft-ui 30.4.0 → 30.4.2
Sign up to get free protection for your applications and to get access to all the features.
- package/.babelrc +9 -0
- package/.circleci/config.yml +3 -0
- package/.eslintignore +1 -0
- package/Makefile +3 -0
- package/build-state/npm-shrinkwrap.json +16686 -8227
- package/package.json +3 -1
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@financial-times/n-myft-ui",
|
3
|
-
"version": "30.4.
|
3
|
+
"version": "30.4.2",
|
4
4
|
"description": "Client side component for interaction with myft",
|
5
5
|
"main": "server.js",
|
6
6
|
"scripts": {
|
@@ -30,6 +30,7 @@
|
|
30
30
|
"ascii-table": "0.0.9",
|
31
31
|
"autoprefixer": "9.7.0",
|
32
32
|
"aws-sdk-mock": "4.5.0",
|
33
|
+
"babel-cli": "^6.26.0",
|
33
34
|
"babel-core": "^6.2.1",
|
34
35
|
"babel-loader": "7.1.4",
|
35
36
|
"babel-plugin-add-module-exports": "^0.3.0",
|
@@ -39,6 +40,7 @@
|
|
39
40
|
"babel-plugin-transform-runtime": "^6.23.0",
|
40
41
|
"babel-preset-env": "^1.7.0",
|
41
42
|
"babel-preset-es2015": "^6.6.0",
|
43
|
+
"babel-preset-react": "^6.24.1",
|
42
44
|
"babel-runtime": "^6.9.2",
|
43
45
|
"brotli": "^1.3.1",
|
44
46
|
"chai": "4.2.0",
|