-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #29 from w0rm/21-support-runner-guidelines
21 support runner guidelines
- Loading branch information
Showing
4 changed files
with
137 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "gulp-postcss", | ||
"version": "5.0.1", | ||
"version": "5.1.0", | ||
"description": "PostCSS gulp plugin", | ||
"main": "index.js", | ||
"scripts": { | ||
|
@@ -13,6 +13,7 @@ | |
"keywords": [ | ||
"gulpplugin", | ||
"postcss", | ||
"postcssrunner", | ||
"css" | ||
], | ||
"author": "Andrey Kuzmin <[email protected]>", | ||
|
@@ -29,6 +30,8 @@ | |
"devDependencies": { | ||
"es6-promise": "^2.0.1", | ||
"gulp-sourcemaps": "^1.5.1", | ||
"mocha": "^2.2.1" | ||
"mocha": "^2.2.1", | ||
"proxyquire": "^1.4.0", | ||
"sinon": "^1.14.1" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters