Skip to content

Commit

Permalink
Merge pull request #112 from technote-space/release/next-v0.0.25
Browse files Browse the repository at this point in the history
release: v0.0.26
  • Loading branch information
technote-space authored Aug 18, 2020
2 parents 2be5b83 + beeff4c commit f99925a
Show file tree
Hide file tree
Showing 2 changed files with 576 additions and 533 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.0.25",
"version": "0.0.26",
"description": "Template for npm package.",
"author": {
"name": "Technote",
Expand Down Expand Up @@ -29,17 +29,17 @@
"devDependencies": {
"@commitlint/cli": "^9.1.1",
"@commitlint/config-conventional": "^9.1.1",
"@technote-space/github-action-test-helper": "^0.5.4",
"@types/jest": "^26.0.7",
"@technote-space/github-action-test-helper": "^0.5.5",
"@types/jest": "^26.0.9",
"@types/node": "^14.0.27",
"@typescript-eslint/eslint-plugin": "^3.7.1",
"@typescript-eslint/parser": "^3.7.1",
"eslint": "^7.5.0",
"@typescript-eslint/eslint-plugin": "^3.9.0",
"@typescript-eslint/parser": "^3.9.0",
"eslint": "^7.6.0",
"husky": "^4.2.5",
"jest": "^26.1.0",
"jest-circus": "^26.1.0",
"jest": "^26.3.0",
"jest-circus": "^26.3.0",
"lint-staged": "^10.2.11",
"ts-jest": "^26.1.4",
"ts-jest": "^26.2.0",
"typescript": "^3.9.7"
},
"publishConfig": {
Expand Down
Loading

0 comments on commit f99925a

Please sign in to comment.