Skip to content

Commit 5e0c9c3

Browse files
committed
chore(docs): update package.json
1 parent 14a4ffc commit 5e0c9c3

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,22 +16,23 @@
1616
},
1717
"repository": {
1818
"type": "git",
19-
"url": "git+https://github.com/egoist/rollup-plugin-postcss.git"
19+
"url": "git+https://github.com/dougalg/rollup-plugin-postcss.git"
2020
},
2121
"keywords": [
2222
"postcss",
2323
"rollup"
2424
],
2525
"author": "EGOIST <0x142857@gmail.com>",
26+
"contributors": ["Dougal Graham <dougalg@gmail.com>"],
2627
"license": "MIT",
2728
"bugs": {
28-
"url": "https://github.com/egoist/rollup-plugin-postcss/issues"
29+
"url": "https://github.com/dougalg/rollup-plugin-postcss/issues"
2930
},
3031
"engines": {
3132
"node": ">=10"
3233
},
3334
"types": "./types/index.d.ts",
34-
"homepage": "https://github.com/egoist/rollup-plugin-postcss#readme",
35+
"homepage": "https://github.com/dougalg/rollup-plugin-postcss#readme",
3536
"devDependencies": {
3637
"@babel/core": "^7.12.9",
3738
"@babel/preset-env": "^7.12.7",

0 commit comments

Comments
 (0)