Skip to content

Commit

Permalink
update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Salakar committed Apr 3, 2019
1 parent f803200 commit e2d1129
Showing 1 changed file with 15 additions and 12 deletions.
27 changes: 15 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,24 +29,27 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/Salakar/denque.git"
"url": "git+https://github.com/invertase/denque.git"
},
"license": "Apache-2.0",
"author": {
"name": "Mike Diarmid",
"email": "mike.diarmid@gmail.com",
"url": "http://github.com/Salakar/"
"name": "Invertase",
"email": "oss@invertase.io",
"url": "http://github.com/invertase/"
},
"license": "Apache-2.0",
"contributors": [
"Mike Diarmid (Salakar) <mike@invertase.io>"
],
"bugs": {
"url": "https://github.com/Salakar/denque/issues"
"url": "https://github.com/invertase/denque/issues"
},
"homepage": "https://github.com/Salakar/denque#readme",
"homepage": "https://github.com/invertase/denque#readme",
"devDependencies": {
"benchmark": "^2.1.0",
"coveralls": "^2.13.1",
"benchmark": "^2.1.4",
"coveralls": "^2.13.3",
"double-ended-queue": "^2.1.0-0",
"istanbul": "^0.4.4",
"mocha": "^3.0.0",
"typescript": "^2.9.1"
"istanbul": "^0.4.5",
"mocha": "^3.5.3",
"typescript": "^3.4.1"
}
}

0 comments on commit e2d1129

Please sign in to comment.