Skip to content

Commit

Permalink
Merge pull request #143 from technote-space/release/next-v0.1.2
Browse files Browse the repository at this point in the history
release: v0.1.3
  • Loading branch information
technote-space authored Apr 8, 2021
2 parents 97ba14b + bdf29f0 commit 0209d45
Show file tree
Hide file tree
Showing 2 changed files with 390 additions and 339 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.2",
"version": "0.1.3",
"description": "Template for npm package.",
"keywords": [
"github",
Expand Down Expand Up @@ -39,14 +39,14 @@
},
"dependencies": {},
"devDependencies": {
"@commitlint/cli": "^12.0.1",
"@commitlint/config-conventional": "^12.0.1",
"@types/jest": "^26.0.21",
"@types/node": "^14.14.35",
"@typescript-eslint/eslint-plugin": "^4.18.0",
"@typescript-eslint/parser": "^4.18.0",
"eslint": "^7.22.0",
"husky": "^5.1.3",
"@commitlint/cli": "^12.1.1",
"@commitlint/config-conventional": "^12.1.1",
"@types/jest": "^26.0.22",
"@types/node": "^14.14.37",
"@typescript-eslint/eslint-plugin": "^4.21.0",
"@typescript-eslint/parser": "^4.21.0",
"eslint": "^7.23.0",
"husky": "^6.0.0",
"jest": "^26.6.3",
"jest-circus": "^26.6.3",
"lint-staged": "^10.5.4",
Expand Down
Loading

0 comments on commit 0209d45

Please sign in to comment.