css-modules-require-hook
Advanced tools
Comparing version 2.0.0 to 2.0.1
{ | ||
"name": "css-modules-require-hook", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "A require hook to compile CSS Modules on the fly", | ||
@@ -11,3 +11,3 @@ "main": "index.js", | ||
"debug": "^2.2.0", | ||
"generic-names": "^1.0.0", | ||
"generic-names": "^1.0.1", | ||
"icss-replace-symbols": "^1.0.2", | ||
@@ -23,2 +23,3 @@ "lodash.foreach": "^3.0.3", | ||
"babel-eslint": "^4.0.5", | ||
"css-loader": "^0.21.0", | ||
"css-modules-loader-core": "^1.0.0", | ||
@@ -29,2 +30,3 @@ "eslint": "^1.0.0", | ||
"eslint-watch": "^1.2.4", | ||
"extract-text-webpack-plugin": "^0.8.2", | ||
"in-publish": "^2.0.0", | ||
@@ -35,2 +37,3 @@ "isparta": "^3.0.3", | ||
"postcss": "^5.0.10", | ||
"postcss-loader": "^0.7.0", | ||
"postcss-modules-extract-imports": "^1.0.0", | ||
@@ -40,3 +43,5 @@ "postcss-modules-local-by-default": "^1.0.0", | ||
"postcss-modules-values": "^1.1.0", | ||
"precommit-hook": "^3.0.0" | ||
"precommit-hook": "^3.0.0", | ||
"style-loader": "^0.13.0", | ||
"webpack": "^1.12.2" | ||
}, | ||
@@ -51,2 +56,3 @@ "peerDependencies": { | ||
"scripts": { | ||
"fixture": "webpack", | ||
"start": "esw -w .", | ||
@@ -53,0 +59,0 @@ "lint": "eslint .", |
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
138124
22
Updatedgeneric-names@^1.0.1