Skip to content
This repository has been archived by the owner on Jul 1, 2024. It is now read-only.

Commit

Permalink
Merge pull request #9 from rezzza/upgrade-dependencies
Browse files Browse the repository at this point in the history
Upgrade all dependencies
  • Loading branch information
armandabric committed Feb 19, 2016
2 parents b872ec7 + 851185c commit c12d016
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
@@ -1,6 +1,6 @@
{
"name": "gulp-uglifycss",
"version": "1.0.5",
"version": "1.0.6",
"description": "Gulp plugin to use uglifycss",
"main": "index.js",
"scripts": {
Expand All @@ -25,12 +25,12 @@
},
"homepage": "https://github.com/rezzza/gulp-uglifycss",
"dependencies": {
"gulp-util": "^3.0.1",
"through2": "^2.0.0",
"uglifycss": "^0.0.18"
"gulp-util": "~3.0.7",
"through2": "~2.0.1",
"uglifycss": "~0.0.20"
},
"devDependencies": {
"mocha": "^2.0.1",
"should": "^7.1.1"
"mocha": "~2.4.5",
"should": "~8.2.2"
}
}

0 comments on commit c12d016

Please sign in to comment.