We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbf46ab commit 96e10d7Copy full SHA for 96e10d7
.travis.yml
@@ -0,0 +1,5 @@
1
+language: node_js
2
+node_js:
3
+ - "0.11"
4
+ - "0.10"
5
+
package.json
@@ -1,12 +1,13 @@
{
"name": "gulp-buffer",
- "version": "0.0.1",
+ "version": "0.0.2",
"description": "Make sure all gulp file contents are available as buffer",
"repository": "jeromew/gulp-buffer",
6
"licence": "MIT",
7
"author": "Jérôme Wagner",
8
"keywords": [
9
- "gulp"
+ "gulp",
10
+ "gulpplugin"
11
],
12
"dependencies": {
13
"through2": "~0.4.0"
0 commit comments