Skip to content

Commit

Permalink
Update: npm deps
Browse files Browse the repository at this point in the history
  • Loading branch information
lexich committed Dec 21, 2015
1 parent c4c154f commit 0c57bd1
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
24 changes: 12 additions & 12 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "gulp-webpcss",
"version": "1.1.0",
"version": "1.1.1",
"description": "A plugin for Gulp",
"keywords": [
"gulpplugin"
Expand All @@ -18,21 +18,21 @@
"coveralls": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
},
"dependencies": {
"through2": "^0.6.5",
"webpcss": "^1.1.0"
"through2": "^2.0.0",
"webpcss": "^1.1.1"
},
"devDependencies": {
"chai": "^3.2.0",
"coveralls": "^2.11.4",
"event-stream": "^3.3.1",
"gulp-util": "^3.0.6",
"istanbul": "^0.3.20",
"jscs": "^2.1.1",
"chai": "^3.4.1",
"coveralls": "^2.11.6",
"event-stream": "^3.3.2",
"gulp-util": "^3.0.7",
"istanbul": "^0.4.1",
"jscs": "^2.7.0",
"jshint": "^2.8.0",
"jshint-stylish": "^2.0.1",
"jshint-stylish": "^2.1.0",
"lodash": "^3.10.1",
"mocha": "^2.3.2",
"mocha-lcov-reporter": "0.0.2"
"mocha": "^2.3.4",
"mocha-lcov-reporter": "^1.0.0"
},
"engines": {
"node": ">=0.10.0",
Expand Down
2 changes: 1 addition & 1 deletion test/main.js
Expand Up @@ -56,7 +56,7 @@ describe("gulp-webpcss", function() {

it("should produce expected file 2 via buffer", function(done) {
var stream = webpcss({
baseClass:".webp1",
webpClass:".webp1",
replace_to:".webp"
});

Expand Down

0 comments on commit 0c57bd1

Please sign in to comment.