Skip to content

Commit

Permalink
Merge pull request #141 from technote-space/release/next-v0.1.1
Browse files Browse the repository at this point in the history
release: v0.1.2
  • Loading branch information
technote-space authored Mar 22, 2021
2 parents 264f390 + 4982944 commit 97ba14b
Show file tree
Hide file tree
Showing 2 changed files with 125 additions and 107 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.1",
"version": "0.1.2",
"description": "Template for npm package.",
"keywords": [
"github",
Expand Down Expand Up @@ -41,17 +41,17 @@
"devDependencies": {
"@commitlint/cli": "^12.0.1",
"@commitlint/config-conventional": "^12.0.1",
"@types/jest": "^26.0.20",
"@types/node": "^14.14.33",
"@typescript-eslint/eslint-plugin": "^4.17.0",
"@typescript-eslint/parser": "^4.17.0",
"eslint": "^7.21.0",
"@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",
"jest": "^26.6.3",
"jest-circus": "^26.6.3",
"lint-staged": "^10.5.4",
"pinst": "^2.1.6",
"ts-jest": "^26.5.3",
"ts-jest": "^26.5.4",
"typescript": "^4.2.3"
},
"publishConfig": {
Expand Down
Loading

0 comments on commit 97ba14b

Please sign in to comment.