Skip to content

Commit 68338e8

Browse files
committed
Removed gulp-debug as it is not really needed
1 parent 210aea9 commit 68338e8

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

Gulpfile.js

-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
var gulp = require('gulp'),
2-
debug = require('gulp-debug'),
32
lintspaces = require('gulp-lintspaces');
43

54
gulp.task('lintspaces', function() {
65
return gulp.src(['**/*', '!node_modules/**/*'])
7-
.pipe(debug({title: 'lintspaces'}))
86
.pipe(lintspaces({
97
editorconfig: '.editorconfig'
108
}))

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Atom React.js snippets
2-
======================
1+
Atom React.js Snippets [![Build Status](https://travis-ci.org/webbushka/atom-react-snippets.svg?branch=master)](https://travis-ci.org/webbushka/atom-react-snippets)
2+
====================================================================================================================================================================
33

44
A React.js snippet library for [Atom](https://atom.io/). This library uses ES6 syntax, if you would prefer ES5 or Coffeescript snippets please use the [Atom React Package](https://atom.io/packages/react).
55

package.json

-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
"homepage": "https://github.com/webbushka/atom-react-es6-snippets",
2323
"devDependencies": {
2424
"gulp": "^3.8.11",
25-
"gulp-debug": "^2.0.1",
2625
"gulp-lintspaces": "^0.2.3"
2726
}
2827
}

0 commit comments

Comments
 (0)