Skip to content

Commit

Permalink
Upgrade packages, remove yarn, and some cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
samal-rasmussen committed Oct 18, 2021
1 parent c134213 commit 7a2b75c
Show file tree
Hide file tree
Showing 13 changed files with 5,126 additions and 1,685 deletions.
1 change: 0 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ module.exports = {
'@typescript-eslint/no-explicit-any': ['off'],
'@typescript-eslint/restrict-plus-operands': ['off'],
'comma-dangle': ['error', 'always-multiline'],
// 'function-paren-newline': ['error', 'multiline-arguments'],
'indent': ['error', 'tab', { 'SwitchCase': 1, 'MemberExpression': 'off' }],
'no-irregular-whitespace': ['error', {'skipComments': true}],
'no-multiple-empty-lines': ['error', { "max": 1 }],
Expand Down
3 changes: 3 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@ node_modules/
publish.js
yarn.lock
/test/
src/
tsconfig.json
rollup.config.js
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ try {
pngValidator(buffer);
// success
} catch (e) {
// file is corrupt
// file is invalid or corrupt
console.error(e);
}
```
2 changes: 1 addition & 1 deletion dist/index.cjs.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.es.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.iife.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 7a2b75c

Please sign in to comment.