Skip to content

Commit

Permalink
Update links to repository (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
pioug committed Jun 25, 2018
1 parent a2c233a commit 9e36ff6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
@@ -1,4 +1,4 @@
# gulp-preprocess [![Build Status](https://travis-ci.org/jas/gulp-preprocess.png?branch=master)](https://travis-ci.org/jas/gulp-preprocess) [![NPM version](https://badge.fury.io/js/gulp-preprocess.png)](http://badge.fury.io/js/gulp-preprocess)
# gulp-preprocess [![Build Status](https://travis-ci.org/pioug/gulp-preprocess.png?branch=master)](https://travis-ci.org/pioug/gulp-preprocess) [![NPM version](https://badge.fury.io/js/gulp-preprocess.png)](http://badge.fury.io/js/gulp-preprocess)

> [Gulp](http://gulpjs.com) plugin to preprocess HTML, JavaScript, and other files based on custom context or environment configuration
Expand Down
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -2,10 +2,10 @@
"name": "gulp-preprocess",
"description": "Gulp plugin to preprocess HTML, JavaScript, and other files based on custom context or environment configuration",
"version": "2.0.0",
"homepage": "http://github.com/jas/gulp-preprocess",
"homepage": "http://github.com/pioug/gulp-preprocess",
"repository": {
"type": "git",
"url": "http://github.com/jas/gulp-preprocess.git"
"url": "http://github.com/pioug/gulp-preprocess.git"
},
"author": "Jason Sandmeyer",
"main": "./index.js",
Expand All @@ -28,7 +28,7 @@
"test": "mocha --reporter spec"
},
"bugs": {
"url": "https://github.com/jas/gulp-preprocess/issues"
"url": "https://github.com/pioug/gulp-preprocess/issues"
},
"directories": {
"test": "test"
Expand Down

0 comments on commit 9e36ff6

Please sign in to comment.