Skip to content
This repository was archived by the owner on Oct 9, 2020. It is now read-only.

Commit fe79b69

Browse files
authored
Merge pull request #62 from koppor/patch-1
Add repository, license, bugs, and homepage to package.json
2 parents 80b4c36 + 42717e7 commit fe79b69

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

package.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
"version": "0.0.15",
44
"registry": "npm",
55
"jspmPackage": true,
6+
"repository": {
7+
"type": "git",
8+
"url": "http://github.com/systemjs/plugin-babel.git"
9+
},
10+
"license": "MIT",
11+
"bugs": {
12+
"url": "https://github.com/systemjs/plugin-babel/issues"
13+
},
14+
"homepage": "https://github.com/systemjs/plugin-babel",
615
"scripts": {
716
"build": "./build.sh",
817
"clear": "rm -rf build-babel/node_modules build-babel/jspm_packages regenerator-runtime.js systemjs-babel-node.js systemjs-babel-browser.js",

0 commit comments

Comments
 (0)