rollup-plugin-postcss-modules
Advanced tools
Comparing version 1.0.6 to 1.0.7
@@ -72,5 +72,2 @@ "use strict"; | ||
} | ||
if (!('dest' in rest) && 'file' in rest) { | ||
rest.dest = rest.file; | ||
} | ||
const { getExport, getJSON } = new CSSExports(writeDefinitions); | ||
@@ -77,0 +74,0 @@ const postcssModulesPlugin = postcssModules(Object.assign({ getJSON }, modules)); |
{ | ||
"name": "rollup-plugin-postcss-modules", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"description": "rollup-plugin-postcss wrapper with built-in CSS module and TypeScript support", | ||
@@ -20,9 +20,9 @@ "main": "index.js", | ||
"@types/acorn": "^4.0.2", | ||
"@types/camelcase": "^0.0.30", | ||
"@types/camelcase": "^4.1.0", | ||
"@types/mz": "^0.0.31", | ||
"@types/node": "^7.0.12", | ||
"@types/node": "^8.0.26", | ||
"@types/source-map": "^0.5.0", | ||
"aurelia-logging": "^1.3.1", | ||
"ava": "^0.19.1", | ||
"ava-fixture": "^0.10.1", | ||
"ava": "^0.22.0", | ||
"ava-fixture": "^0.11.0", | ||
"eslint": "^3.19.0", | ||
@@ -35,8 +35,8 @@ "eslint-config-airbnb": "^14.1.0", | ||
"eslint-plugin-react": "^6.10.3", | ||
"eslint-plugin-typescript": "git+https://github.com/nzakas/eslint-plugin-typescript.git", | ||
"eslint-plugin-typescript": "^0.7.0", | ||
"mkdirp-promise": "^5.0.1", | ||
"rmfr": "^1.0.2", | ||
"rollup": "^0.41.6", | ||
"typescript": "^2.2.2", | ||
"typescript-eslint-parser": "^2.1.0" | ||
"rollup": "^0.49.2", | ||
"typescript": "^2.4.2", | ||
"typescript-eslint-parser": "^7.0.0" | ||
}, | ||
@@ -46,5 +46,5 @@ "dependencies": { | ||
"mz": "^2.6.0", | ||
"postcss-modules": "^0.7.0", | ||
"rollup-plugin-postcss": "^0.4.1" | ||
"postcss-modules": "^0.8.0", | ||
"rollup-plugin-postcss": "^0.5.4" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
10015
85
+ Addedpostcss-modules@0.8.0(transitive)
+ Addedreserved-words@0.1.2(transitive)
+ Addedrollup-plugin-postcss@0.5.6(transitive)
+ Addedstyle-inject@0.2.1(transitive)
- Removedjs-base64@2.6.4(transitive)
- Removedpostcss@5.2.18(transitive)
- Removedpostcss-modules@0.7.1(transitive)
- Removedrollup-plugin-postcss@0.4.3(transitive)
- Removedstyle-inject@0.1.2(transitive)
Updatedpostcss-modules@^0.8.0
Updatedrollup-plugin-postcss@^0.5.4