Skip to content

Commit

Permalink
Merge pull request #140 from technote-space/release/next-v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
technote-space authored Mar 11, 2021
2 parents de4e680 + 0d3dae6 commit 11e8a78
Show file tree
Hide file tree
Showing 2 changed files with 164 additions and 160 deletions.
12 changes: 6 additions & 6 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.0",
"version": "0.1.1",
"description": "Template for npm package.",
"keywords": [
"github",
Expand Down Expand Up @@ -42,17 +42,17 @@
"@commitlint/cli": "^12.0.1",
"@commitlint/config-conventional": "^12.0.1",
"@types/jest": "^26.0.20",
"@types/node": "^14.14.31",
"@typescript-eslint/eslint-plugin": "^4.16.1",
"@typescript-eslint/parser": "^4.16.1",
"@types/node": "^14.14.33",
"@typescript-eslint/eslint-plugin": "^4.17.0",
"@typescript-eslint/parser": "^4.17.0",
"eslint": "^7.21.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.2",
"typescript": "^4.2.2"
"ts-jest": "^26.5.3",
"typescript": "^4.2.3"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit 11e8a78

Please sign in to comment.