Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
*.tgz
/node_modules/
/npm-debug.log
/package-lock.json
/yarn-error.log

# Editors:
Expand Down
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
legacy-peer-deps=true
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
language: node_js
node_js:
- "12"
- "18"
install:
- yarn install --frozen-lockfile
- npm ci
Comment thread
j0ntz marked this conversation as resolved.
script:
- yarn lint
- yarn prepare
- npm run lint
- npm run prepare
1 change: 0 additions & 1 deletion .yarnrc

This file was deleted.

Loading
Loading