aesthetic-adapter-glamor
Advanced tools
Comparing version 0.2.1 to 0.3.0
{ | ||
"name": "aesthetic-adapter-glamor", | ||
"version": "0.2.1", | ||
"version": "0.3.0", | ||
"description": "Glamor support for Aesthetic.", | ||
@@ -13,18 +13,17 @@ "keywords": [ | ||
"license": "MIT", | ||
"main": "./lib/GlamorAdapter.js", | ||
"files": [ | ||
"*.md", | ||
"lib" | ||
"*.js" | ||
], | ||
"scripts": { | ||
"build": "node ../../node_modules/.bin/babel ./src -d ./lib" | ||
"dependencies": { | ||
"aesthetic-utils": "^0.3.0" | ||
}, | ||
"peerDependencies": { | ||
"aesthetic": "^0.1.2", | ||
"aesthetic": "^0.3.0", | ||
"glamor": "^2.20.20" | ||
}, | ||
"devDependencies": { | ||
"aesthetic": "^0.1.2", | ||
"aesthetic": "^0.3.0", | ||
"glamor": "^2.20.20" | ||
} | ||
} |
@@ -32,2 +32,12 @@ # Aesthetic with Glamor | ||
### 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) | ||
@@ -34,0 +44,0 @@ can be added before the adapter is instantiated. |
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
9287
6
107
54
3
+ Addedaesthetic-utils@^0.3.0
+ Addedaesthetic@0.3.0(transitive)
+ Addedaesthetic-utils@0.3.0(transitive)
+ Addedlodash.merge@4.6.2(transitive)
- Removedaesthetic@0.1.2(transitive)