Skip to content

Commit

Permalink
fix: remove the lock file since this is a library, upgrade dev depend…
Browse files Browse the repository at this point in the history
…encies, and fix eslint errors/warnings
  • Loading branch information
Sam Harrison committed Mar 18, 2020
1 parent 2eba9ba commit 55c2091
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 4,294 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
/dist
/tmp
/yarn.lock
package-lock.json
node_modules
coverage
*.glksave
Expand Down
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ githooks:
ln -sf ../../githooks/pre-commit .git/hooks/pre-commit

install: githooks
rm -f package-lock.json
npm install --no-optional

test:
Expand Down

0 comments on commit 55c2091

Please sign in to comment.