browserify-css
Advanced tools
Comparing version 0.3.3 to 0.4.0
@@ -29,2 +29,4 @@ 'use strict'; | ||
style.type = 'text/css'; | ||
style.innerHTML = cssText; | ||
for (var key in attributes) { | ||
@@ -31,0 +33,0 @@ if ( ! attributes.hasOwnProperty(key)) { |
@@ -13,3 +13,3 @@ 'use strict'; | ||
'examples/**/*.js', | ||
'!examples/bundle.js' | ||
'!examples/**/bundle.js' | ||
]) | ||
@@ -16,0 +16,0 @@ .pipe(jshint(jshintConfig)) |
{ | ||
"name": "browserify-css", | ||
"version": "0.3.3", | ||
"version": "0.4.0", | ||
"description": "A Browserify transform for bundling, rebasing, inlining, and minifying CSS files", | ||
@@ -8,3 +8,3 @@ "main": "./index.js", | ||
"scripts": { | ||
"test": "npm run gulp", | ||
"test": "npm run gulp && npm run tap-test", | ||
"gulp": "gulp", | ||
@@ -42,4 +42,4 @@ "tap-test": "tap test/*.js" | ||
"gulp-jshint": "^1.9.2", | ||
"jsdom": "^3.1.1", | ||
"tap": "^0.6.0" | ||
"jsdom": "^3.1.2", | ||
"tap": "^0.7.1" | ||
}, | ||
@@ -46,0 +46,0 @@ "bugs": { |
Sorry, the diff of this file is not supported yet
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
275190
23
8185
6
1