Browse Source

Simplify repository value

Since we're using GitHub we can use the shorthand syntax.
gh-786
Vincent Klaiber 8 years ago
committed by GitHub
parent
commit
8bd83f028a
  1. 5
      package.json

5
package.json

@ -25,10 +25,7 @@
"prepublish": "npm run lint && npm test && npm run build:browser",
"lint": "eslint src browser test/test.js test/utils test/**/_config.js"
},
"repository": {
"type": "git",
"url": "https://github.com/rollup/rollup"
},
"repository": "rollup/rollup",
"keywords": [
"modules",
"bundler",

Loading…
Cancel
Save