Skip to content

Commit

Permalink
Merge pull request #101 from technote-space/release/next-v0.0.17
Browse files Browse the repository at this point in the history
release: v0.0.18
  • Loading branch information
technote-space authored Jun 23, 2020
2 parents 1ca0c04 + aaf03a1 commit 2d2aea6
Show file tree
Hide file tree
Showing 2 changed files with 138 additions and 178 deletions.
16 changes: 8 additions & 8 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.0.17",
"version": "0.0.18",
"description": "Template for npm package.",
"author": {
"name": "Technote",
Expand Down Expand Up @@ -30,17 +30,17 @@
"@commitlint/cli": "^8.3.5",
"@commitlint/config-conventional": "^8.3.4",
"@technote-space/github-action-test-helper": "^0.3.8",
"@types/jest": "^25.2.3",
"@types/node": "^14.0.9",
"@typescript-eslint/eslint-plugin": "^3.1.0",
"@typescript-eslint/parser": "^3.1.0",
"eslint": "^7.1.0",
"@types/jest": "^26.0.0",
"@types/node": "^14.0.13",
"@typescript-eslint/eslint-plugin": "^3.3.0",
"@typescript-eslint/parser": "^3.3.0",
"eslint": "^7.2.0",
"husky": "^4.2.5",
"jest": "^26.0.1",
"jest-circus": "^26.0.1",
"lint-staged": "^10.2.8",
"lint-staged": "^10.2.11",
"ts-jest": "^26.1.0",
"typescript": "^3.9.3"
"typescript": "^3.9.5"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit 2d2aea6

Please sign in to comment.