Skip to content

Commit

Permalink
build(package): fix name
Browse files Browse the repository at this point in the history
  • Loading branch information
gr2m committed Nov 24, 2018
1 parent 0ab7895 commit 37f84a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "app",
"name": "@octokit/app",
"version": "0.0.0-development",
"description": "GitHub Apps toolset for Node.js",
"main": "index.js",
Expand All @@ -9,7 +9,7 @@
"coverage": "nyc report --reporter=html && open coverage/index.html",
"coverage:upload": "nyc report --reporter=text-lcov | coveralls"
},
"repository": "https://github.com/octokit/rest.js",
"repository": "https://github.com/octokit/app.js",
"author": "Bex Warner",
"contributors": [
{
Expand Down

0 comments on commit 37f84a4

Please sign in to comment.