aesthetic-adapter-typestyle
Advanced tools
Comparing version 1.1.0 to 1.2.0
@@ -0,1 +1,5 @@ | ||
# 1.2.0 - 03/20/18 | ||
#### 🚀 New | ||
* Updated `typestyle` to 1.7. | ||
# 1.1.0 - 01/13/18 | ||
@@ -2,0 +6,0 @@ #### 🚀 New |
{ | ||
"name": "aesthetic-adapter-typestyle", | ||
"version": "1.1.0", | ||
"version": "1.2.0", | ||
"description": "TypeStyle support for Aesthetic.", | ||
@@ -18,14 +18,14 @@ "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" | ||
}, | ||
"peerDependencies": { | ||
"aesthetic": "^2.1.0", | ||
"typestyle": "^1.5.0" | ||
"typestyle": "^1.7.0" | ||
}, | ||
"devDependencies": { | ||
"@milesj/build-tool-config": "^0.48.0", | ||
"aesthetic": "^2.2.0", | ||
"typestyle": "^1.6.0" | ||
"@milesj/build-tool-config": "^0.50.0", | ||
"aesthetic": "^2.2.2", | ||
"typestyle": "^1.7.2" | ||
} | ||
} |
@@ -19,21 +19,1 @@ # Aesthetic with TypeStyle | ||
``` | ||
## 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 TypeStyleAdapter from 'aesthetic-adapter-typestyle'; | ||
const aesthetic = new Aesthetic(new TypeStyleAdapter()); | ||
``` | ||
### Unified Syntax | ||
To make use of the unified syntax, simply import the adapter from the unified path. | ||
```javascript | ||
import TypeStyleAdapter from 'aesthetic-adapter-typestyle/unified'; | ||
``` |
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
19648
19
Updatedlodash.merge@^4.6.1
Updatedprop-types@^15.6.1