File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed
Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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" ,
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" ,
You can’t perform that action at this time.
0 commit comments