Skip to content
This repository was archived by the owner on Feb 5, 2022. It is now read-only.

Commit 5ff58ff

Browse files
authored
Merge pull request #481 from openforge/feat/sw-reload
Feat/sw reload
2 parents a666b65 + a70e287 commit 5ff58ff

File tree

4 files changed

+219
-222
lines changed

4 files changed

+219
-222
lines changed

functions/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,8 @@
1818
"tslint": "^5.12.0",
1919
"typescript": "^3.2.2"
2020
},
21-
"private": true
21+
"private": true,
22+
"engines": {
23+
"node": "8"
24+
}
2225
}

0 commit comments

Comments
 (0)