Skip to content

Commit 3771e30

Browse files
committed
update repository url
1 parent 19f6f53 commit 3771e30

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# gulp-noop
22

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

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

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "gulp-noop",
33
"description": "simple no-operation plugin for gulp",
4-
"version": "1.0.0",
5-
"homepage": "https://github.com/eisbehr-/gulp-noop",
6-
"bugs": "http://github.com/eisbehr-/gulp-noop/issues",
4+
"version": "1.0.1",
5+
"homepage": "https://github.com/dkern/gulp-noop",
6+
"bugs": "http://github.com/dkern/gulp-noop/issues",
77
"repository": {
88
"type": "git",
9-
"url": "[email protected]:eisbehr-/gulp-noop.git"
9+
"url": "[email protected]:dkern/gulp-noop.git"
1010
},
1111
"author": {
1212
"name": "Daniel 'Eisbehr' Kern",
@@ -20,7 +20,7 @@
2020
"noop"
2121
],
2222
"dependencies": {
23-
"through2": "^2.0.1"
23+
"through2": "^2.0.0"
2424
},
2525
"engines": {
2626
"node": ">=0.10"

0 commit comments

Comments
 (0)