Skip to content

Commit bb8e0f9

Browse files
authored
fix: Fix Express example installation (cloudevents#77)
Signed-off-by: Helio Frota <[email protected]>
1 parent 8fb0ddf commit bb8e0f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/express-ex/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"author": "[email protected]",
1515
"license": "Apache-2.0",
1616
"dependencies": {
17-
"cloudevents-sdk": "github:cloudevents/sdk-javascript#v1",
17+
"cloudevents-sdk": "~1.0.0",
1818
"express": "^4.17.1"
1919
}
2020
}

0 commit comments

Comments
 (0)