Skip to content

Commit

Permalink
Merge pull request #155 from technote-space/release/next-v0.1.10
Browse files Browse the repository at this point in the history
release: v0.1.11
  • Loading branch information
technote-space authored Sep 5, 2021
2 parents 8c213d0 + a70e93d commit 4f4fa7a
Show file tree
Hide file tree
Showing 2 changed files with 387 additions and 385 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@technote-space/ts-package-template",
"version": "0.1.10",
"version": "0.1.11",
"description": "Template for npm package.",
"keywords": [
"github",
Expand Down Expand Up @@ -42,17 +42,17 @@
"@commitlint/cli": "^13.1.0",
"@commitlint/config-conventional": "^13.1.0",
"@types/jest": "^27.0.1",
"@types/node": "^16.7.1",
"@typescript-eslint/eslint-plugin": "^4.29.3",
"@typescript-eslint/parser": "^4.29.3",
"@types/node": "^16.7.10",
"@typescript-eslint/eslint-plugin": "^4.30.0",
"@typescript-eslint/parser": "^4.30.0",
"eslint": "^7.32.0",
"husky": "^7.0.2",
"jest": "^27.0.6",
"jest-circus": "^27.0.6",
"jest": "^27.1.0",
"jest-circus": "^27.1.0",
"lint-staged": "^11.1.2",
"pinst": "^2.1.6",
"ts-jest": "^27.0.5",
"typescript": "^4.3.5"
"typescript": "^4.4.2"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit 4f4fa7a

Please sign in to comment.