mrutkows / openwhisk-knative-build

Knative build resources for Apache OpenWhisk Functions
Apache License 2.0
0 stars 1 forks source link

Update NodeJS runtime package.json to have correct repository URL #9

Open mrutkows opened 5 years ago

mrutkows commented 5 years ago

The NodeJS runtime's package.json file points to the openwhisk repo. (where it MAY eventually point to); however, for our experimental use of Knative, the runtime is duplicated in the openwhisk-knative-build repo. and the following section:

"repository": {
        "type": "git",
        "url": "git@github.com:apache/incubator-openwhisk-runtime-nodejs.git"
},

should reflect that. If we do change this we SHOULD change it back if we merge ANY proposed changes back into the base runtime repo.