Skip to content

Commit dc39140

Browse files
authored
Merge pull request #333 from jasonlong/dependabot/npm_and_yarn/xo-1.0.0
Bump xo from 0.60.0 to 1.0.0
2 parents 3acca74 + d9e0854 commit dc39140

File tree

4 files changed

+3026
-2967
lines changed

4 files changed

+3026
-2967
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
uses: actions/setup-node@v3
1717
with:
1818
node-version: ${{ matrix.node-version }}
19-
- run: npm install --legacy-peer-deps
19+
- run: npm install
2020
- run: npm test
2121
env:
2222
CI: true

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ src/Archive.zip
88
.do_tasks
99
dist
1010
.parcel-cache
11+
.claude

0 commit comments

Comments
 (0)