fix: Fix Express example installation (#77)
Signed-off-by: Helio Frota <00hf11@gmail.com>
This commit is contained in:
parent
8fb0ddf6eb
commit
bb8e0f9e0c
|
|
@ -14,7 +14,7 @@
|
|||
"author": "fabiojose@gmail.com",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"cloudevents-sdk": "github:cloudevents/sdk-javascript#v1",
|
||||
"cloudevents-sdk": "~1.0.0",
|
||||
"express": "^4.17.1"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue