Skip to content

Commit 55c2091

Browse files
author
Sam Harrison
committed
fix: remove the lock file since this is a library, upgrade dev dependencies, and fix eslint errors/warnings
1 parent 2eba9ba commit 55c2091

File tree

7 files changed

+18
-4294
lines changed

7 files changed

+18
-4294
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
/dist
55
/tmp
66
/yarn.lock
7+
package-lock.json
78
node_modules
89
coverage
910
*.glksave

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ githooks:
44
ln -sf ../../githooks/pre-commit .git/hooks/pre-commit
55

66
install: githooks
7+
rm -f package-lock.json
78
npm install --no-optional
89

910
test:

0 commit comments

Comments
 (0)