famous-dist-generator
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -14,2 +14,3 @@ /* This Source Code Form is subject to the terms of the Mozilla Public | ||
var uglifyjs = require('uglifyjs'); | ||
var deamdify = require('deamdify'); | ||
@@ -22,3 +23,3 @@ var licenseHeader = fs.readFileSync(path.join(__dirname, '..', 'templates', 'mit-license-header.txt'), 'utf8'); | ||
}); | ||
b.transform(path.join(__dirname, '..', 'node_modules', 'deamdify')); | ||
b.transform(deamdify); | ||
b.add(index); | ||
@@ -25,0 +26,0 @@ b.bundle(cb); |
{ | ||
"name": "famous-dist-generator", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Build various dist versions of famous/famous. RequireJS, CommonJS, or standalone window.famous object", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
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
582
24287