Skip to content

Commit dfb8e95

Browse files
authored
update package-lock.json with npm install --package-lock-only (#5)
Signed-off-by: benjaminhuo <[email protected]>
1 parent a9b6224 commit dfb8e95

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openfunction/functions-framework",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"description": "FaaS (Function as a service) framework for writing portable Node.js functions",
55
"engines": {
66
"node": ">=13.0.0"
@@ -66,7 +66,7 @@
6666
"concurrently": "^7.0.0",
6767
"cross-env": "^7.0.3",
6868
"env-cmd": "^10.1.0",
69-
"gts": "3.1.0",
69+
"gts": "^3.1.0",
7070
"mocha": "9.1.2",
7171
"pack-n-play": "^1.0.0-2",
7272
"shelljs": "^0.8.5",

0 commit comments

Comments
 (0)