Skip to content

Commit

Permalink
chore: migrate to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
lihbr committed Jun 25, 2021
1 parent 5d1d2a8 commit 8a41c1a
Show file tree
Hide file tree
Showing 4 changed files with 10,891 additions and 4,364 deletions.
2 changes: 1 addition & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ yarn-debug.log*
yarn-error.log*
lerna-debug.log*
.yarn-integrity
yarn.lock

# npm
npm-debug.log*
package-lock.json

# tests
coverage
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ yarn-debug.log*
yarn-error.log*
lerna-debug.log*
.yarn-integrity
yarn.lock

# npm
npm-debug.log*
package-lock.json

# tests
coverage
Expand Down
Loading

0 comments on commit 8a41c1a

Please sign in to comment.