Skip to content

Commit

Permalink
Point to the new dist files
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinsimper committed Aug 10, 2020
1 parent 69bc164 commit e369345
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Expand Up @@ -4,11 +4,11 @@
"description": "A small set of tools that helps working with Kubernetes on Google Cloud Platform",
"main": "index.js",
"bin": {
"gcpcluster": "./src/cluster.js",
"gcpproject": "./src/project.js",
"gcpnamespace": "./src/namespace.js",
"gcpaccount": "./src/account.js",
"gcpbuilds": "./src/builds.js"
"gcpcluster": "./dist/cluster.js",
"gcpproject": "./dist/project.js",
"gcpnamespace": "./dist/namespace.js",
"gcpaccount": "./dist/account.js",
"gcpbuilds": "./dist/builds.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
Expand Down

0 comments on commit e369345

Please sign in to comment.