react-responsive-mixin
Advanced tools
Comparing version 0.3.0 to 0.3.1
{ | ||
"name": "react-responsive-mixin", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"description": "Mixin to develop responsive react components", | ||
@@ -34,2 +34,3 @@ "main": "index.js", | ||
"highlight.js": "^8.4.0", | ||
"highlightjs-themes": "git+https://github.com/akiran/highlightjs-themes", | ||
"html-loader": "^0.2.3", | ||
@@ -45,5 +46,10 @@ "jsx-loader": "^0.12.2", | ||
"transform": [ | ||
["reactify", {"es6": true}] | ||
[ | ||
"reactify", | ||
{ | ||
"es6": true | ||
} | ||
] | ||
] | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
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
161209
12
15