Skip to content

Commit

Permalink
Merge pull request #148 from technote-space/release/next-v0.1.6
Browse files Browse the repository at this point in the history
release: v0.1.7
  • Loading branch information
technote-space authored Jun 25, 2021
2 parents a17a61a + 5decc16 commit 5123ceb
Show file tree
Hide file tree
Showing 2 changed files with 965 additions and 1,979 deletions.
18 changes: 9 additions & 9 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.6",
"version": "0.1.7",
"description": "Template for npm package.",
"keywords": [
"github",
Expand Down Expand Up @@ -42,17 +42,17 @@
"@commitlint/cli": "^12.1.4",
"@commitlint/config-conventional": "^12.1.4",
"@types/jest": "^26.0.23",
"@types/node": "^15.3.0",
"@typescript-eslint/eslint-plugin": "^4.24.0",
"@typescript-eslint/parser": "^4.24.0",
"eslint": "^7.26.0",
"@types/node": "^15.12.4",
"@typescript-eslint/eslint-plugin": "^4.28.0",
"@typescript-eslint/parser": "^4.28.0",
"eslint": "^7.29.0",
"husky": "^6.0.0",
"jest": "^26.6.3",
"jest-circus": "^26.6.3",
"jest": "^27.0.5",
"jest-circus": "^27.0.5",
"lint-staged": "^11.0.0",
"pinst": "^2.1.6",
"ts-jest": "^26.5.6",
"typescript": "^4.2.4"
"ts-jest": "^27.0.3",
"typescript": "^4.3.4"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit 5123ceb

Please sign in to comment.