Skip to content

Commit

Permalink
Merge pull request #228 from sullenor/sullenor/postcss6
Browse files Browse the repository at this point in the history
update to postcss v6
  • Loading branch information
geelen authored May 22, 2017
2 parents e985720 + 2d26407 commit 3d83770
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"name": "css-modules-loader-core",
"version": "1.0.1",
"version": "1.1.0",
"description": "A loader-agnostic CSS Modules implementation, based on PostCSS",
"main": "lib/index.js",
"directories": {
"test": "test"
},
"dependencies": {
"icss-replace-symbols": "1.0.2",
"postcss": "5.2.9",
"postcss-modules-values": "1.2.2",
"postcss-modules-extract-imports": "1.0.1",
"postcss-modules-local-by-default": "1.1.1",
"postcss-modules-scope": "1.0.2"
"icss-replace-symbols": "1.1.0",
"postcss": "6.0.1",
"postcss-modules-extract-imports": "1.1.0",
"postcss-modules-local-by-default": "1.2.0",
"postcss-modules-scope": "1.1.0",
"postcss-modules-values": "1.3.0"
},
"devDependencies": {
"babel": "5.8.29",
Expand Down

0 comments on commit 3d83770

Please sign in to comment.