css-brunch
Advanced tools
Comparing version 1.5.1 to 1.6.0
@@ -1,25 +0,22 @@ | ||
// Generated by CoffeeScript 1.6.2 | ||
(function() { | ||
var CSSCompiler; | ||
// Generated by CoffeeScript 1.6.3 | ||
var CSSCompiler; | ||
module.exports = CSSCompiler = (function() { | ||
CSSCompiler.prototype.brunchPlugin = true; | ||
module.exports = CSSCompiler = (function() { | ||
CSSCompiler.prototype.brunchPlugin = true; | ||
CSSCompiler.prototype.type = 'stylesheet'; | ||
CSSCompiler.prototype.type = 'stylesheet'; | ||
CSSCompiler.prototype.extension = 'css'; | ||
CSSCompiler.prototype.extension = 'css'; | ||
function CSSCompiler(config) { | ||
this.config = config; | ||
null; | ||
} | ||
function CSSCompiler(config) { | ||
this.config = config; | ||
null; | ||
} | ||
CSSCompiler.prototype.compile = function(data, path, callback) { | ||
return callback(null, data); | ||
}; | ||
CSSCompiler.prototype.compile = function(data, path, callback) { | ||
return callback(null, data); | ||
}; | ||
return CSSCompiler; | ||
return CSSCompiler; | ||
})(); | ||
}).call(this); | ||
})(); |
{ | ||
"name": "css-brunch", | ||
"version": "1.5.1", | ||
"version": "1.6.0", | ||
"description": "Adds CSS support to brunch.", | ||
@@ -13,11 +13,10 @@ "author": "Paul Miller (http://paulmillr.com/)", | ||
"scripts": { | ||
"prepublish": "node setup.js prepublish", | ||
"postpublish": "node setup.js postpublish", | ||
"test": "node setup.js test" | ||
"prepublish": "rm -rf lib && coffee --bare --output lib/ src/", | ||
"test": "node_modules/.bin/mocha --require test/common.js" | ||
}, | ||
"dependencies": {}, | ||
"devDependencies": { | ||
"mocha": "1.8.1", | ||
"chai": "1.4.2" | ||
"mocha": "1.11.0", | ||
"chai": "1.7.0" | ||
} | ||
} |
@@ -5,7 +5,33 @@ ## css-brunch | ||
## Usage | ||
Add `"css-brunch": "x.y.z"` to `package.json` of your brunch app. | ||
Install the plugin via npm with `npm install --save css-brunch`. | ||
Pick a plugin version that corresponds to your minor (y) brunch version. | ||
Or, do manual install: | ||
If you want to use git version of plugin, add | ||
* Add `"css-brunch": "x.y.z"` to `package.json` of your brunch app. | ||
Pick a plugin version that corresponds to your minor (y) brunch version. | ||
* If you want to use git version of plugin, add | ||
`"css-brunch": "git+ssh://git@github.com:brunch/css-brunch.git"`. | ||
## License | ||
The MIT License (MIT) | ||
Copyright (c) 2012-2013 Paul Miller (http://paulmillr.com) | ||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
in the Software without restriction, including without limitation the rights | ||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
copies of the Software, and to permit persons to whom the Software is | ||
furnished to do so, subject to the following conditions: | ||
The above copyright notice and this permission notice shall be included in | ||
all copies or substantial portions of the Software. | ||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN | ||
THE SOFTWARE. |
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
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
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
37
0
0
2638
4
15