Skip to content

Commit

Permalink
Changing to new github org name: klei
Browse files Browse the repository at this point in the history
  • Loading branch information
joakimbeng committed Jan 14, 2014
1 parent 185a5c4 commit b2a6d6a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Default: `NULL`

A path or paths that should be removed from each injected file path.

#### options.addRootSlash
#### options.addRootSlash
Type: `Boolean`

Default: `true`
Expand Down Expand Up @@ -128,8 +128,8 @@ If set the given function is used as the compareFunction for the array sort func
[npm-url]: https://npmjs.org/package/gulp-inject
[npm-image]: https://badge.fury.io/js/gulp-inject.png

[travis-url]: http://travis-ci.org/klei-dev/gulp-inject
[travis-image]: https://secure.travis-ci.org/klei-dev/gulp-inject.png?branch=master
[travis-url]: http://travis-ci.org/klei/gulp-inject
[travis-image]: https://secure.travis-ci.org/klei/gulp-inject.png?branch=master

[depstat-url]: https://david-dm.org/klei-dev/gulp-inject
[depstat-image]: https://david-dm.org/klei-dev/gulp-inject.png
[depstat-url]: https://david-dm.org/klei/gulp-inject
[depstat-image]: https://david-dm.org/klei/gulp-inject.png
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gulp-inject",
"version": "0.2.0",
"version": "0.2.1",
"description": "A javascript, stylesheet and webcomponent injection plugin for Gulp",
"keywords": [
"gulpplugin",
Expand All @@ -9,8 +9,8 @@
"scripts",
"index"
],
"homepage": "https://github.com/klei-dev/gulp-inject",
"bugs": "https://github.com/klei-dev/gulp-inject/issues",
"homepage": "https://github.com/klei/gulp-inject",
"bugs": "https://github.com/klei/gulp-inject/issues",
"author": {
"name": "Joakim Bengtson",
"email": "joakim@klei.se",
Expand All @@ -19,7 +19,7 @@
"main": "./index.js",
"repository": {
"type": "git",
"url": "git://github.com/klei-dev/gulp-inject.git"
"url": "git://github.com/klei/gulp-inject.git"
},
"scripts": {
"test": "mocha -R spec"
Expand Down

0 comments on commit b2a6d6a

Please sign in to comment.