Skip to content

Commit

Permalink
fix: package.json updates
Browse files Browse the repository at this point in the history
  • Loading branch information
soldair committed Feb 13, 2019
1 parent 4066347 commit 8a771c2
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "container-registry-client",
"name": "container-image-builder",
"version": "1.0.0",
"description": "container registry client. without docker docker/oci registry client and image building helpers with support for protocol version 2",
"description": "container registry client. without docker, docker/oci registry client and image building helpers for protocol version 2",
"main": "build/src/index.js",
"keywords": [],
"scripts": {
Expand All @@ -14,8 +14,9 @@
"pretest": "npm run compile",
"posttest": "npm run check"
},
"author": "",
"author": "Ryan Day <ryaneday@google.com>",
"license": "Apache 2.0",
"repository":"google/nodejs-container-image-builder",
"devDependencies": {
"@types/micromatch": "^3.1.0",
"@types/mocha": "^5.2.5",
Expand Down

0 comments on commit 8a771c2

Please sign in to comment.