fix: Fix Express example installation (#77)

Signed-off-by: Helio Frota <00hf11@gmail.com>
This commit is contained in:
Helio Frota 2020-04-29 14:44:02 -03:00 committed by GitHub
parent 8fb0ddf6eb
commit bb8e0f9e0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
"author": "fabiojose@gmail.com", "author": "fabiojose@gmail.com",
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"cloudevents-sdk": "github:cloudevents/sdk-javascript#v1", "cloudevents-sdk": "~1.0.0",
"express": "^4.17.1" "express": "^4.17.1"
} }
} }