Skip to content

Commit

Permalink
update repository url
Browse files Browse the repository at this point in the history
  • Loading branch information
dkern committed Jul 24, 2020
1 parent 19f6f53 commit 3771e30
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# gulp-noop

[![GitHub version](https://badge.fury.io/gh/eisbehr-%2Fgulp-noop.svg)](http://github.com/eisbehr-/gulp-noop)
[![GitHub version](https://badge.fury.io/gh/dkern%2Fgulp-noop.svg)](http://github.com/dkern/gulp-noop)
[![NPM version](https://badge.fury.io/js/gulp-noop.svg)](http://www.npmjs.org/package/gulp-noop)
[![Dependencies Status](https://david-dm.org/eisbehr-/gulp-noop/status.svg)](https://david-dm.org/eisbehr-/gulp-noop)
[![Dependencies Status](https://david-dm.org/dkern/gulp-noop/status.svg)](https://david-dm.org/dkern/gulp-noop)

simple no-operation plugin for [gulp](http://gulpjs.com/)

Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "gulp-noop",
"description": "simple no-operation plugin for gulp",
"version": "1.0.0",
"homepage": "https://github.com/eisbehr-/gulp-noop",
"bugs": "http://github.com/eisbehr-/gulp-noop/issues",
"version": "1.0.1",
"homepage": "https://github.com/dkern/gulp-noop",
"bugs": "http://github.com/dkern/gulp-noop/issues",
"repository": {
"type": "git",
"url": "[email protected]:eisbehr-/gulp-noop.git"
"url": "[email protected]:dkern/gulp-noop.git"
},
"author": {
"name": "Daniel 'Eisbehr' Kern",
Expand All @@ -20,7 +20,7 @@
"noop"
],
"dependencies": {
"through2": "^2.0.1"
"through2": "^2.0.0"
},
"engines": {
"node": ">=0.10"
Expand Down

0 comments on commit 3771e30

Please sign in to comment.