Skip to content

Commit

Permalink
Merge pull request #121 from technote-space/release/next-v0.0.29
Browse files Browse the repository at this point in the history
release: v0.0.30
  • Loading branch information
technote-space authored Oct 30, 2020
2 parents 0022247 + 70c98e1 commit 068eaf1
Show file tree
Hide file tree
Showing 2 changed files with 657 additions and 678 deletions.
24 changes: 12 additions & 12 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.29",
"version": "0.0.30",
"description": "Template for npm package.",
"author": {
"name": "Technote",
Expand Down Expand Up @@ -29,18 +29,18 @@
"devDependencies": {
"@commitlint/cli": "^11.0.0",
"@commitlint/config-conventional": "^11.0.0",
"@technote-space/github-action-test-helper": "^0.5.7",
"@types/jest": "^26.0.14",
"@types/node": "^14.11.2",
"@typescript-eslint/eslint-plugin": "^4.2.0",
"@typescript-eslint/parser": "^4.2.0",
"eslint": "^7.9.0",
"@technote-space/github-action-test-helper": "^0.6.1",
"@types/jest": "^26.0.15",
"@types/node": "^14.14.6",
"@typescript-eslint/eslint-plugin": "^4.6.0",
"@typescript-eslint/parser": "^4.6.0",
"eslint": "^7.12.1",
"husky": "^4.3.0",
"jest": "^26.4.2",
"jest-circus": "^26.4.2",
"lint-staged": "^10.4.0",
"ts-jest": "^26.4.0",
"typescript": "^4.0.3"
"jest": "^26.6.1",
"jest-circus": "^26.6.1",
"lint-staged": "^10.5.0",
"ts-jest": "^26.4.3",
"typescript": "^4.0.5"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit 068eaf1

Please sign in to comment.