normalize-css
Advanced tools
Comparing version 2.1.0 to 2.2.0
{ | ||
"name": "normalize-css", | ||
"version": "2.1.0", | ||
"version": "2.2.0", | ||
"description": "normalize.css (from http://necolas.github.com/normalize.css/)", | ||
"main": "normalize.css", | ||
"main": "index.js", | ||
"scripts": { | ||
@@ -17,7 +17,11 @@ "test": "echo \"Error: no test specified\" && exit 1" | ||
"static", | ||
"media" | ||
"media", | ||
"browserify" | ||
], | ||
"author": "Chris Dickinson <chris@neversaw.us>", | ||
"license": "MIT", | ||
"readmeFilename": "README.md" | ||
"readmeFilename": "README.md", | ||
"dependencies": { | ||
"insert-css": "0.0.0" | ||
} | ||
} |
@@ -5,4 +5,14 @@ # normalize-css | ||
## programmatic use | ||
Require `normalize-css` with | ||
[browserify](https://github.com/substack/node-browserify) and it will add | ||
itself to `<head>`. | ||
```js | ||
require('normalize-css'); | ||
``` | ||
# license | ||
MIT |
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
19050
6
18
1
319
+ Addedinsert-css@0.0.0
+ Addedinsert-css@0.0.0(transitive)