Skip to content

Commit

Permalink
Use consistent package.json dependencies versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathantneal committed Jan 22, 2018
1 parent bafe9c3 commit 2fe95ae
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@
},
"dependencies": {
"postcss": "^6.0",
"postcss-advanced-variables": "^2.3.0",
"postcss-atroot": "^0.1.3",
"postcss-extend-rule": "^1.1.0",
"postcss-nested": "^3.0.0",
"postcss-preset-env": "^2.0.0",
"postcss-property-lookup": "^2.0.0"
"postcss-advanced-variables": "^2.3",
"postcss-atroot": "^0.1",
"postcss-extend-rule": "^1.1",
"postcss-nested": "^3.0",
"postcss-preset-env": "^2.0",
"postcss-property-lookup": "^2.0"
},
"devDependencies": {
"babel-core": "^6.26",
Expand Down

0 comments on commit 2fe95ae

Please sign in to comment.