Skip to content

Commit

Permalink
Fixed packages versions
Browse files Browse the repository at this point in the history
  • Loading branch information
pensiero committed Nov 3, 2017
1 parent aacc391 commit 4940504
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
},
"dependencies": {
"bower": "1.*",
"node-sass": "3.*",
"uglifyjs": "2.*",
"uglifycss": "0.*"
"node-sass": "^4.5.3",
"uglify-js": "^3.1.6",
"uglifycss": "^0.0.27"
},
"scripts": {
"production": "docker-compose up -d",
Expand Down

0 comments on commit 4940504

Please sign in to comment.