Comparing version 0.11.0 to 0.11.1
0.11.1 / 2016-02-11 | ||
=================== | ||
* adding safe babel polyfill (ugly hack) | ||
0.11.0 / 2016-02-10 | ||
@@ -3,0 +8,0 @@ =================== |
'use strict'; | ||
require('babel-polyfill-safe'); | ||
let debug = require('debug')('mako-tree'); | ||
let defaults = require('defaults'); | ||
let File = require('./file'); | ||
let Graph = require('graph.js/dist/graph.full.js'); | ||
let Graph = require('graph.js/dist/graph.js'); | ||
let path = require('path'); | ||
@@ -9,0 +11,0 @@ let toposort = require('graph-toposort'); |
{ | ||
"name": "mako-tree", | ||
"version": "0.11.0", | ||
"version": "0.11.1", | ||
"main": "./lib/tree", | ||
@@ -8,2 +8,3 @@ "description": "The build tree structure used internally by mako", | ||
"dependencies": { | ||
"babel-polyfill-safe": "^1.0.1", | ||
"debug": "^2.2.0", | ||
@@ -10,0 +11,0 @@ "defaults": "^1.0.3", |
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
63714
1466
7
+ Addedbabel-polyfill-safe@^1.0.1
+ Addedbabel-polyfill@6.26.0(transitive)
+ Addedbabel-polyfill-safe@1.0.1(transitive)
+ Addedbabel-runtime@6.26.0(transitive)
+ Addedcore-js@2.6.12(transitive)
+ Addedregenerator-runtime@0.10.50.11.1(transitive)