camel-dot-prop-immutable
Advanced tools
Comparing version 1.5.0 to 1.5.1
{ | ||
"name": "camel-dot-prop-immutable", | ||
"version": "1.5.0", | ||
"version": "1.5.1", | ||
"description": | ||
@@ -35,3 +35,3 @@ "dot-prop-immutable w/ check for flattened props", | ||
"babel-plugin-transform-runtime": "^6.23.0", | ||
"babel-preset-env": "^1.6.1", | ||
"babel-preset-es2015": "^6.24.1", | ||
"babel-preset-stage-0": "^6.24.1", | ||
@@ -52,15 +52,3 @@ "eslint": "^4.19.1", | ||
"babel": { | ||
"presets": [ | ||
[ | ||
"env", | ||
{ | ||
"targets": { | ||
"node": "current", | ||
"uglify": true, | ||
"useBuiltIns": true | ||
} | ||
} | ||
], | ||
"stage-0" | ||
], | ||
"presets": ["es2015", "stage-0"], | ||
"plugins": ["transform-runtime"] | ||
@@ -67,0 +55,0 @@ }, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
11885