Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit d91736b

Browse files
committed
Publish github/rollup
1 parent 2cd8350 commit d91736b

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "rollup",
3-
"version": "0.67.3",
2+
"name": "@github/rollup",
3+
"version": "0.67.3-1",
44
"description": "Next-generation ES module bundler",
55
"main": "dist/rollup.js",
66
"module": "dist/rollup.es.js",
@@ -38,7 +38,7 @@
3838
"test:typescript": "tsc --noEmit -p test/typescript && tsc --noEmit",
3939
"watch": "rollup -cw"
4040
},
41-
"repository": "rollup/rollup",
41+
"repository": "github/rollup.js",
4242
"keywords": [
4343
"modules",
4444
"bundler",
@@ -55,7 +55,10 @@
5555
"bugs": {
5656
"url": "https://github.com/rollup/rollup/issues"
5757
},
58-
"homepage": "https://github.com/rollup/rollup",
58+
"homepage": "https://github.com/github/rollup.js",
59+
"publishConfig": {
60+
"registry": "https://npm.registry.github.com/"
61+
},
5962
"dependencies": {
6063
"@types/estree": "0.0.39",
6164
"@types/node": "*"

0 commit comments

Comments
 (0)