Skip to content

Commit

Permalink
Updated repository in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
w0rm committed Apr 20, 2015
1 parent 1245750 commit efe830f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@ return gulp.src('./src/*.css')

## Changelog

* 5.1.2
* Transferred repo into postcss org on github

* 5.1.1
* Allow override of `to` option

Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "gulp-postcss",
"version": "5.1.1",
"version": "5.1.2",
"description": "PostCSS gulp plugin",
"main": "index.js",
"scripts": {
"test": "mocha test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/w0rm/gulp-postcss.git"
"url": "https://github.com/postcss/gulp-postcss.git"
},
"keywords": [
"gulpplugin",
Expand All @@ -19,9 +19,9 @@
"author": "Andrey Kuzmin <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/w0rm/gulp-postcss/issues"
"url": "https://github.com/postcss/gulp-postcss/issues"
},
"homepage": "https://github.com/w0rm/gulp-postcss",
"homepage": "https://github.com/postcss/gulp-postcss",
"dependencies": {
"gulp-util": "^3.0.4",
"postcss": "^4.1.0",
Expand Down

0 comments on commit efe830f

Please sign in to comment.