aesthetic-adapter-css-modules
Advanced tools
Comparing version 1.6.1 to 1.6.2
@@ -0,1 +1,6 @@ | ||
# 1.6.2 - 11/10/17 | ||
#### 🛠 Internal | ||
* Tested against React 16.1. | ||
* Improved build process. | ||
# 1.6.1 - 10/18/17 | ||
@@ -2,0 +7,0 @@ #### 🛠 Internal |
@@ -7,10 +7,2 @@ 'use strict'; | ||
var _keys = require('babel-runtime/core-js/object/keys'); | ||
var _keys2 = _interopRequireDefault(_keys); | ||
var _getPrototypeOf = require('babel-runtime/core-js/object/get-prototype-of'); | ||
var _getPrototypeOf2 = _interopRequireDefault(_getPrototypeOf); | ||
var _classCallCheck2 = require('babel-runtime/helpers/classCallCheck'); | ||
@@ -41,3 +33,3 @@ | ||
(0, _classCallCheck3.default)(this, CSSModulesAdapter); | ||
return (0, _possibleConstructorReturn3.default)(this, (CSSModulesAdapter.__proto__ || (0, _getPrototypeOf2.default)(CSSModulesAdapter)).apply(this, arguments)); | ||
return (0, _possibleConstructorReturn3.default)(this, (CSSModulesAdapter.__proto__ || Object.getPrototypeOf(CSSModulesAdapter)).apply(this, arguments)); | ||
} | ||
@@ -56,3 +48,3 @@ | ||
(0, _keys2.default)(declarations).forEach(function (setName) { | ||
Object.keys(declarations).forEach(function (setName) { | ||
output[setName] = styleName + '-' + String(declarations[setName]); | ||
@@ -59,0 +51,0 @@ }); |
{ | ||
"name": "aesthetic-adapter-css-modules", | ||
"version": "1.6.1", | ||
"version": "1.6.2", | ||
"description": "CSS modules support for Aesthetic.", | ||
@@ -14,3 +14,3 @@ "keywords": [ | ||
"scripts": { | ||
"build": "build-lib ./src -d ./lib" | ||
"build": "build-lib --react" | ||
}, | ||
@@ -22,8 +22,8 @@ "dependencies": { | ||
"peerDependencies": { | ||
"aesthetic": "^1.7.0" | ||
"aesthetic": "^1.7.1" | ||
}, | ||
"devDependencies": { | ||
"@milesj/build-tool-config": "^0.33.0", | ||
"aesthetic": "^1.7.0" | ||
"@milesj/build-tool-config": "^0.41.2", | ||
"aesthetic": "^1.7.1" | ||
} | ||
} |
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
7096
8
101
3