Skip to content

Commit

Permalink
Update autoprefixer to v7.0.1 and clean-css to v4.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zaygraveyard committed May 13, 2017
1 parent bea1816 commit e0440c5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/app/scripts/compilers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@
}
],

"libraries": ["clean-css@4.0.12"]
"libraries": ["clean-css@4.1.2"]
}

]
6 changes: 3 additions & 3 deletions src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,12 @@
}
},
"dependencies": {
"autoprefixer": "^6.7.7",
"clean-css": "^4.0.12",
"autoprefixer": "^7.0.1",
"clean-css": "^4.1.2",
"coffee-script": "^1.12.5",
"less": "^1.7.5",
"postcss": "^5.2.17",
"uglify-js": "^2.8.22"
"postcss": "^6.0.1",
},
"licenses": [
{
Expand Down

0 comments on commit e0440c5

Please sign in to comment.