primer-base
Advanced tools
Comparing version 0.2.1 to 0.2.2
@@ -0,1 +1,8 @@ | ||
# v0.2.2 | ||
* Mentioning the build file - Jon Rohan [github/github@64ca4a7](https://github.com/github/github/commit/64ca4a7) | ||
* Including build/build.css in distributed npm module - Jon Rohan [github/github@e4effbf](https://github.com/github/github/commit/e4effbf) | ||
* Updating modules to run on prepublish to include build.css in distribution - Jon Rohan [github/github@5b573a0](https://github.com/github/github/commit/5b573a0) | ||
* Re-ordering the docs to the bottom of the readme - Jon Rohan [github/github@9c1f291](https://github.com/github/github/commit/9c1f291) | ||
# v0.2.1 | ||
@@ -2,0 +9,0 @@ |
{ | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"name": "primer-base", | ||
@@ -11,3 +11,4 @@ "description": "CSS to reset the browsers default styles", | ||
"index.scss", | ||
"lib" | ||
"lib", | ||
"build" | ||
], | ||
@@ -19,7 +20,6 @@ "repository": "https://github.com/primer/base.git", | ||
"scripts": { | ||
"build": "npm run setup && npm run preprocess", | ||
"lint": "stylelint **/*.scss -c .stylelintrc.json -s scss", | ||
"preprocess": "node-sass index.scss --include-path node_modules | postcss -c .postcss.json -o build/build.css", | ||
"setup": "npm install", | ||
"test": "npm run lint" | ||
"setup": "if [ ! -d \"node_modules\" ]; then npm install; fi", | ||
"build": "node-sass index.scss --include-path node_modules --output-style compressed | postcss -c .postcss.json -o build/build.css", | ||
"prepublish": "npm run setup && npm run build", | ||
"test": "stylelint **/*.scss -c .stylelintrc.json -s scss" | ||
}, | ||
@@ -26,0 +26,0 @@ "dependencies": { |
@@ -8,8 +8,4 @@ # Primer CSS Base | ||
This repository is a module of the full [primer-css][primer] repository. | ||
This repository is a module of the full [primer-css][primer] repository. And is built off of [normalize.css](https://github.com/necolas/normalize.css/) | ||
## Documentation | ||
You can read more about base in the [docs][docs]. | ||
## Install | ||
@@ -35,3 +31,3 @@ | ||
For a compiled **css** version of this module, a npm script is included that will output a css version to `build/build.css` | ||
For a compiled **css** version of this module, a npm script is included that will output a css version to `build/build.css` The built css file is also included in the npm package. | ||
@@ -42,15 +38,11 @@ ``` | ||
## Related | ||
## Documentation | ||
* [normalize.css](https://github.com/necolas/normalize.css/) | ||
* [Primer Documentation][docs] | ||
* [primer-css][primer] | ||
* [primer-support][primer-support] | ||
You can read more about base in the [docs][docs]. | ||
## License | ||
MIT © [GitHub](https://github.com/) | ||
[MIT](./LICENSE) © [GitHub](https://github.com/) | ||
[primer]: https://github.com/primer/primer | ||
[primer-support]: https://github.com/primer/primer-support | ||
[docs]: http://primercss.io/ | ||
@@ -57,0 +49,0 @@ [npm]: https://www.npmjs.com/ |
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
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
11969
8
14
0
49