aesthetic-adapter-glamor
Advanced tools
Comparing version 2.1.0 to 2.1.1
@@ -0,1 +1,5 @@ | ||
# 2.1.1 - 03/20/18 | ||
#### 🛠 Internal | ||
* Updated dependencies. | ||
# 2.1.0 - 01/13/18 | ||
@@ -2,0 +6,0 @@ #### 🚀 New |
{ | ||
"name": "aesthetic-adapter-glamor", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"description": "Glamor support for Aesthetic.", | ||
@@ -18,4 +18,4 @@ "keywords": [ | ||
"babel-runtime": "^6.26.0", | ||
"lodash.merge": "^4.6.0", | ||
"prop-types": "^15.6.0" | ||
"lodash.merge": "^4.6.1", | ||
"prop-types": "^15.6.1" | ||
}, | ||
@@ -27,6 +27,6 @@ "peerDependencies": { | ||
"devDependencies": { | ||
"@milesj/build-tool-config": "^0.48.0", | ||
"aesthetic": "^2.2.0", | ||
"@milesj/build-tool-config": "^0.50.0", | ||
"aesthetic": "^2.2.2", | ||
"glamor": "^2.20.40" | ||
} | ||
} |
@@ -19,36 +19,1 @@ # Aesthetic with Glamor | ||
``` | ||
## Usage | ||
More information on how to get started can be found in the | ||
[official documentation](https://github.com/milesj/aesthetic). | ||
```javascript | ||
import Aesthetic from 'aesthetic'; | ||
import GlamorAdapter from 'aesthetic-adapter-glamor'; | ||
const aesthetic = new Aesthetic(new GlamorAdapter()); | ||
``` | ||
### Unified Syntax | ||
To make use of the unified syntax, simply import the adapter from the unified path. | ||
```javascript | ||
import GlamorAdapter from 'aesthetic-adapter-glamor/unified'; | ||
``` | ||
### Plugins | ||
[Glamor plugins](https://github.com/threepointone/glamor/blob/master/docs/plugins.md) | ||
can be added before the adapter is instantiated. | ||
```javascript | ||
import Aesthetic from 'aesthetic'; | ||
import GlamorAdapter from 'aesthetic-adapter-glamor'; | ||
import { plugins } from 'glamor'; | ||
plugins.add(plugin); // ... | ||
const aesthetic = new Aesthetic(new GlamorAdapter()); | ||
``` |
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
16014
12
19
Updatedlodash.merge@^4.6.1
Updatedprop-types@^15.6.1