styled-system
Advanced tools
Comparing version 1.0.0-11 to 1.0.0-12
{ | ||
"name": "styled-system", | ||
"version": "1.0.0-11", | ||
"version": "1.0.0-12", | ||
"description": "Design system utilities for styled-components, glamorous, and other css-in-js libraries", | ||
@@ -11,3 +11,4 @@ "main": "dist/index.js", | ||
"bench": "node bench", | ||
"cover": "npm t && nyc report --reporter=html", | ||
"size": "bundlesize", | ||
"cover": "nyc report --reporter=html --reporter=lcov > coverage.lcov && codecov", | ||
"test": "nyc ava" | ||
@@ -32,2 +33,4 @@ }, | ||
"benchmark": "^2.1.4", | ||
"bundlesize": "^0.13.2", | ||
"codecov": "^2.2.0", | ||
"funcup": "^1.0.0-0", | ||
@@ -53,3 +56,10 @@ "grid-styled": "^2.0.0-2", | ||
] | ||
}, | ||
"bundlesize": [ | ||
{ "path": "dist/*.js" } | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/jxnblk/styled-system.git" | ||
} | ||
} |
@@ -5,4 +5,10 @@ # styled-system | ||
[![Build Status](https://travis-ci.org/jxnblk/styled-system.svg?branch=master)](https://travis-ci.org/jxnblk/styled-system) | ||
[![Build Status][build-badge]][build] | ||
[![Coverage][coverage-badge]][coverage] | ||
[build-badge]: https://img.shields.io/travis/jxnblk/styled-system/master.svg?style=flat-square | ||
[build]: https://travis-ci.org/jxnblk/styled-system | ||
[coverage-badge]: https://img.shields.io/codecov/c/github/jxnblk/styled-system.svg?style=flat-square | ||
[coverage]: https://codecov.io/github/jxnblk/styled-system | ||
```sh | ||
@@ -285,2 +291,3 @@ npm i styled-system | ||
- [grid-styled](https://github.com/jxnblk/grid-styled) | ||
- [Rebass](http://jxnblk.com/rebass) | ||
- [styled-components](https://github.com/styled-components/styled-components) | ||
@@ -287,0 +294,0 @@ - [glamorous](https://github.com/paypal/glamorous) |
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
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
39730
29
296
0
23