Skip to content

Commit efe830f

Browse files
committed
Updated repository in package.json
1 parent 1245750 commit efe830f

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,9 @@ return gulp.src('./src/*.css')
7070

7171
## Changelog
7272

73+
* 5.1.2
74+
* Transferred repo into postcss org on github
75+
7376
* 5.1.1
7477
* Allow override of `to` option
7578

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "gulp-postcss",
3-
"version": "5.1.1",
3+
"version": "5.1.2",
44
"description": "PostCSS gulp plugin",
55
"main": "index.js",
66
"scripts": {
77
"test": "mocha test.js"
88
},
99
"repository": {
1010
"type": "git",
11-
"url": "https://github.com/w0rm/gulp-postcss.git"
11+
"url": "https://github.com/postcss/gulp-postcss.git"
1212
},
1313
"keywords": [
1414
"gulpplugin",
@@ -19,9 +19,9 @@
1919
"author": "Andrey Kuzmin <[email protected]>",
2020
"license": "MIT",
2121
"bugs": {
22-
"url": "https://github.com/w0rm/gulp-postcss/issues"
22+
"url": "https://github.com/postcss/gulp-postcss/issues"
2323
},
24-
"homepage": "https://github.com/w0rm/gulp-postcss",
24+
"homepage": "https://github.com/postcss/gulp-postcss",
2525
"dependencies": {
2626
"gulp-util": "^3.0.4",
2727
"postcss": "^4.1.0",

0 commit comments

Comments
 (0)