Skip to content

Commit

Permalink
add repository field to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerhut committed Feb 24, 2018
1 parent d1bf26a commit 7a14211
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,13 @@
"dependencies": {
"babel-plugin-transform-inline-environment-variables": "^0.3.0",
"dotenv": "^5.0.0"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/Gerhut/babel-plugin-transform-dotenv.git"
},
"bugs": {
"url": "https://github.com/Gerhut/babel-plugin-transform-dotenv/issues"
},
"homepage": "https://github.com/Gerhut/babel-plugin-transform-dotenv#readme"
}

0 comments on commit 7a14211

Please sign in to comment.