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

Commit

Permalink
Publish github/rollup
Browse files Browse the repository at this point in the history
  • Loading branch information
mislav committed Nov 27, 2018
1 parent 2cd8350 commit d91736b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 7 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rollup",
"version": "0.67.3",
"name": "@github/rollup",
"version": "0.67.3-1",
"description": "Next-generation ES module bundler",
"main": "dist/rollup.js",
"module": "dist/rollup.es.js",
Expand Down Expand Up @@ -38,7 +38,7 @@
"test:typescript": "tsc --noEmit -p test/typescript && tsc --noEmit",
"watch": "rollup -cw"
},
"repository": "rollup/rollup",
"repository": "github/rollup.js",
"keywords": [
"modules",
"bundler",
Expand All @@ -55,7 +55,10 @@
"bugs": {
"url": "https://github.com/rollup/rollup/issues"
},
"homepage": "https://github.com/rollup/rollup",
"homepage": "https://github.com/github/rollup.js",
"publishConfig": {
"registry": "https://npm.registry.github.com/"
},
"dependencies": {
"@types/estree": "0.0.39",
"@types/node": "*"
Expand Down

0 comments on commit d91736b

Please sign in to comment.