Skip to content
This repository has been archived by the owner on Jan 1, 2023. It is now read-only.

Commit

Permalink
Bump decoder 1.24.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tdreyno committed Jun 21, 2021
1 parent 166c84f commit daf2885
Show file tree
Hide file tree
Showing 3 changed files with 1,590 additions and 2,386 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: ["16", "14", "12", "10"]
node: ["16", "14", "12"]
name: Node ${{ matrix.node }}
steps:
- uses: actions/checkout@master
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tdreyno/fluent-decoders",
"version": "1.24.0-1",
"version": "1.24.1-1",
"main": "build/index.js",
"typings": "build/index.d.ts",
"repository": "https://github.com/tdreyno/fluent-decoders.git",
Expand Down Expand Up @@ -57,18 +57,18 @@
"eslint": "^7.27.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
"gzip-size-cli": "^4.0.0",
"gzip-size-cli": "^5.0.0",
"husky": "^6.0.0",
"jest": "^26.6.3",
"jest": "^27.0.4",
"lint-staged": "^11.0.0",
"prettier": "^2.3.0",
"terser": "^5.7.0",
"ts-jest": "^26.5.6",
"ts-jest": "^27.0.3",
"ts-toolbelt": "^9.6.0",
"typescript": "^4.3.2"
},
"dependencies": {
"decoders": "1.24.0"
"decoders": "1.24.1"
},
"peerDependencies": {}
}
Loading

0 comments on commit daf2885

Please sign in to comment.