Comparing version 1.1.0 to 1.1.1
1.1.1 / 2016-10-03 | ||
================== | ||
* chore: switch to babel-polyfill-safer to address npm install warning | ||
1.1.0 / 2016-09-29 | ||
@@ -3,0 +8,0 @@ ================== |
'use strict' | ||
require('babel-polyfill-safe') | ||
require('babel-polyfill-safer') | ||
@@ -5,0 +5,0 @@ let bytes = require('bytes') |
{ | ||
"name": "mako-tree", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"main": "./lib/tree", | ||
@@ -12,3 +12,3 @@ "description": "The build tree structure used internally by mako", | ||
"dependencies": { | ||
"babel-polyfill-safe": "^1.0.1", | ||
"babel-polyfill-safer": "^6.6.1", | ||
"bytes": "^2.4.0", | ||
@@ -41,3 +41,6 @@ "debug": "^2.2.0", | ||
"postversion": "git push && git push --tags" | ||
}, | ||
"greenkeeper": { | ||
"label": "chore" | ||
} | ||
} |
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
69564
+ Addedbabel-polyfill-safer@^6.6.1
+ Addedbabel-polyfill-safer@6.6.1(transitive)
- Removedbabel-polyfill-safe@^1.0.1
- Removedbabel-polyfill-safe@1.0.1(transitive)