Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

gulp-lintspaces

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulp-lintspaces - npm Package Compare versions

Comparing version 0.3.2 to 0.3.3

24

gulpfile.js

@@ -5,4 +5,2 @@ var

colors = require('gulp-util').colors,
concat = require('gulp-concat'),
clean = require('gulp-clean'),
jshint = require('gulp-jshint'),

@@ -32,24 +30,2 @@ jscs = require('gulp-jscs'),

gulp.task('readme-clean', function() {
gulp
.src([
'./README.md'
], {read: false})
.pipe(clean());
});
gulp.task('readme', ['readme-clean'], function() {
gulp
.src([
'./docs/intro.md',
'./docs/installation.md',
'./docs/usage.md',
'./node_modules/lintspaces/docs/options.md',
'./docs/contribution.md',
'./docs/license.md'
])
.pipe(concat('README.md'))
.pipe(gulp.dest('.'));
});
gulp.task('default', ['lint'], function() {

@@ -56,0 +32,0 @@ if (jshintErrors.length) {

2

index.js

@@ -38,3 +38,3 @@ var

colors.green('gulp-lintspaces'),
colors.red(error),
colors.red(error.message),
file.path,

@@ -41,0 +41,0 @@ line

{
"name": "gulp-lintspaces",
"version": "0.3.2",
"version": "0.3.3",
"description": "gulp plugin for lintspaces",

@@ -8,3 +8,3 @@ "main": "index.js",

"type": "git",
"url": "git+https://github.com/ck86/gulp-lintspaces.git"
"url": "git+https://github.com/AlbertoElias/gulp-lintspaces.git"
},

@@ -40,8 +40,6 @@ "scripts": {

"gulp-jshint": "^1.5.3",
"gulp": "^3.6.0",
"gulp-clean": "^0.2.4",
"gulp-concat": "^2.2.0"
"gulp": "^3.6.0"
},
"bugs": {
"url": "https://github.com/ck86/gulp-lintspaces/issues"
"url": "https://github.com/AlbertoElias/gulp-lintspaces/issues"
},

@@ -48,0 +46,0 @@ "maintainers": [

@@ -142,12 +142,6 @@ gulp-lintspaces

### Readme
## License
The readme chapters are located in the _docs_ directory as Markdown. All
Markdown files will be concatenated through a gulp task ```'readme'```. Call
```gulp readme``` or ```make readme``` to update the _README.md_.
This is a fork of the original `gulp-lintspaces` by [@ck86](https://github.com/ck86) which was deleted from Github and npm.
**Note: ** Do not edit the _README.md_ directly, it will be overwritten!
## License
[LICENSE (MIT)](https://github.com/ck86/gulp-lintspaces/blob/master/LICENSE)
[LICENSE (MIT)](https://github.com/AlbertoElias/gulp-lintspaces/blob/master/LICENSE)

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc