Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Updating the version of postcss-modules-local-by-default.
There are a few bug fixes present in local-by-default > 0.0.9. Namely not blowing up on URLs when you don't pass options to it.
  • Loading branch information
Joshua Galvin committed Sep 1, 2015
commit 0ee9c53cef2269ba1d8ba2a8f97811e7b3cb6470
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dependencies": {
"postcss": "^4.1.11",
"postcss-modules-extract-imports": "^0.0.5",
"postcss-modules-local-by-default": "^0.0.9",
"postcss-modules-local-by-default": "^0.0.12",
"postcss-modules-scope": "^0.0.8"
},
"devDependencies": {
Expand Down