Skip to content

Commit

Permalink
chore(*): add repository info in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
elboman committed Oct 31, 2017
1 parent e0c87c3 commit 89c7aff
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@
"name": "@uirouter/redux",
"version": "0.1.0",
"description": "Redux bindings for UI-Router",
"repository": {
"type": "git",
"url": "git+https://github.com/ui-router/redux.git"
},
"author": "Marco Botto",
"license": "MIT",
"bugs": {
"url": "https://github.com/ui-router/redux/issues"
},
"homepage": "https://github.com/ui-router/redux#readme",
"main": "lib/core/index.js",
"typings": "lib/core/index.d.ts",
"jsnext:main": "lib-esm/core/index.js",
Expand All @@ -12,8 +22,6 @@
"build": "npm run clean && tsc && tsc -m es6 --outDir lib-esm && NODE_ENV=production webpack",
"release": "release"
},
"author": "Marco Botto",
"license": "MIT",
"devDependencies": {
"@types/react": "^16.0.5",
"@types/react-dom": "^15.5.4",
Expand Down

0 comments on commit 89c7aff

Please sign in to comment.