@redsift/d3-rs-core
Advanced tools
Comparing version 0.1.4 to 0.1.5
@@ -36,3 +36,3 @@ var rollup = require('rollup'), | ||
} else { | ||
dest = path.join(config.outputFolder, 'js', config.name || '', config.mainJS.name + '.' + format + '.js'); | ||
dest = path.join(config.outputFolder, 'js', config.name || '', config.mainJS.name + '.' + format + '-es2015.js'); | ||
transpileES6(config.mainJS.indexFile, dest, format, moduleName, config.externalMappings); | ||
@@ -39,0 +39,0 @@ } |
{ | ||
"name": "@redsift/d3-rs-core", | ||
"version": "0.1.4", | ||
"version": "0.1.5", | ||
"description": "Core library with common functionality to be used by D3 components.", | ||
@@ -27,3 +27,2 @@ "keywords": [ | ||
"devDependencies": { | ||
"@redsift/d3-rs-svg": "^0.2.1", | ||
"babel-polyfill": "^6.0.16", | ||
@@ -33,3 +32,2 @@ "babel-preset-es2015": "*", | ||
"babel-runtime": "^6.6.1", | ||
"bezier-easing": "^2.0.3", | ||
"bower": "*", | ||
@@ -67,3 +65,7 @@ "browser-sync": "^2.11.1", | ||
"rollup-plugin-uglify": "^0.3.1" | ||
}, | ||
"dependencies": { | ||
"@redsift/d3-rs-svg": "^0.2.2", | ||
"bezier-easing": "^2.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
228777
36
25
2
+ Added@redsift/d3-rs-svg@^0.2.2
+ Addedbezier-easing@^2.0.3
+ Added@redsift/d3-rs-svg@0.2.5(transitive)
+ Addedbezier-easing@2.1.0(transitive)
+ Addedd3-selection@1.0.6(transitive)