aesthetic-adapter-glamor
Advanced tools
Comparing version 1.6.0 to 1.6.1
@@ -0,1 +1,6 @@ | ||
# 1.6.1 - 10/18/17 | ||
#### 🛠 Internal | ||
* Enabled Yarn workspaces. | ||
* Updated Flowtype definitions. | ||
# 1.6.0 - 9/27/17 | ||
@@ -2,0 +7,0 @@ #### 🚀 New |
{ | ||
"name": "aesthetic-adapter-glamor", | ||
"version": "1.6.0", | ||
"version": "1.6.1", | ||
"description": "Glamor support for Aesthetic.", | ||
@@ -17,3 +17,3 @@ "keywords": [ | ||
"dependencies": { | ||
"aesthetic-utils": "^1.6.0", | ||
"aesthetic-utils": "^1.6.1", | ||
"babel-runtime": "^6.26.0", | ||
@@ -23,10 +23,10 @@ "prop-types": "^15.6.0" | ||
"peerDependencies": { | ||
"aesthetic": "^1.6.0", | ||
"aesthetic": "^1.7.0", | ||
"glamor": "^2.20.40" | ||
}, | ||
"devDependencies": { | ||
"@milesj/build-tool-config": "^0.30.2", | ||
"aesthetic": "^1.6.0", | ||
"@milesj/build-tool-config": "^0.33.0", | ||
"aesthetic": "^1.7.0", | ||
"glamor": "^2.20.40" | ||
} | ||
} |
@@ -19,3 +19,3 @@ /** | ||
constructor(options: Object = {}) { | ||
constructor(options?: Object = {}) { | ||
super(options); | ||
@@ -22,0 +22,0 @@ |
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
11997
10
Updatedaesthetic-utils@^1.6.1