Skip to content

Commit

Permalink
fix: command and public package alias (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
TomKristie committed Aug 4, 2020
1 parent 0a11d7e commit 79b540d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
@@ -1,5 +1,5 @@
{
"name": "@google-cloud/code-suggester",
"name": "code-suggester",
"description": "Library to propose code changes",
"version": "1.0.0",
"license": "Apache-2.0",
Expand All @@ -8,7 +8,7 @@
"node": ">=8.10.0"
},
"bin": {
"code-suggest": "./build/src/bin/code-suggester.js"
"code-suggester": "./build/src/bin/code-suggester.js"
},
"repository": "googleapis/code-suggester",
"main": "build/src/index.js",
Expand Down

0 comments on commit 79b540d

Please sign in to comment.