Skip to content

Commit

Permalink
Add utf8 as dev dependency (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
plumdog committed Feb 13, 2023
1 parent 9e33ab0 commit f48304c
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run compile
- run: npm run build
15 changes: 14 additions & 1 deletion package-lock.json

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

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@
"eslint-config-prettier": "6.9.0",
"eslint-plugin-prettier": "3.1.2",
"prettier": "1.19.1",
"typescript": "^4.1.5"
"typescript": "^4.1.5",
"utf8": "^3.0.0"
}
}

0 comments on commit f48304c

Please sign in to comment.