Skip to content

Commit

Permalink
fix: remove the lock file since this is a library
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Harrison committed Mar 18, 2020
1 parent d073d8c commit c76264e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2,238 deletions.
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,8 @@ config.js
docs

### ide / editors ###
.vscode
.vscode

### Libraries don't need locks files ###
yarn.lock
package-lock.json
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ test-install:

install:
@node --version || (echo "Node is not installed, please install Node >= 0.12"; exit 1);
rm -f package-lock.json
npm install

test:
Expand Down
Loading

0 comments on commit c76264e

Please sign in to comment.