commit becd5dec5e197e9ed719ce0bfff85f5cd90852b1 parent d41d5d175c293e67ce6eebfd5aa0b3c77f0f3590 Author: Robin Bron <finwo@pm.me> Date: Fri, 9 Oct 2020 12:08:31 +0200 Initialize package-lock.json Diffstat:
| A | package-lock.json | | | 5 | +++++ |
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/package-lock.json b/package-lock.json @@ -0,0 +1,5 @@ +{ + "name": "jest-isa", + "version": "0.0.4", + "lockfileVersion": 1 +}