@crave/farmblocks-constants
Advanced tools
Comparing version 1.1.0-alpha.b7f447a8 to 1.1.0
@@ -6,4 +6,4 @@ # Change Log | ||
<a name="1.1.0-alpha.b7f447a8"></a> | ||
# 1.1.0-alpha.b7f447a8 (2017-11-08) | ||
<a name="1.1.0"></a> | ||
# 1.1.0 (2017-11-08) | ||
@@ -13,2 +13,2 @@ | ||
* **constants:** export all color constants ([b7f447a](https://github.com/CraveFood/farmblocks/commit/b7f447a)) | ||
* **constants:** export all color constants ([af9c7a9](https://github.com/CraveFood/farmblocks/commit/af9c7a9)) |
{ | ||
"name": "@crave/farmblocks-constants", | ||
"version": "1.1.0-alpha.b7f447a8", | ||
"version": "1.1.0", | ||
"description": "Farmblocks constants", | ||
@@ -5,0 +5,0 @@ "author": "Crave Food Services and AUTHORS", |
@@ -7,10 +7,18 @@ ![logo-farmblocks](https://user-images.githubusercontent.com/7760/31051341-4d280118-a63c-11e7-9e8f-3b375ca8f9a0.png) | ||
## Design spec | ||
See it on [zeplin](https://scene.zeplin.io/project/595a9cd3b401bf1876faab27) | ||
## Usage | ||
```jsx | ||
const { colors } = require("@crave/farmblocks-constants"); | ||
import { colors } from "@crave/farmblocks-constants"; | ||
``` | ||
## API | ||
See it in the source | ||
- [colors](https://github.com/CraveFood/farmblocks/blob/master/packages/constants/src/colors.js) | ||
## License | ||
MIT |
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 v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
2596
0
24