Skip to content

Commit

Permalink
Merge pull request #116 from technote-space/release/next-v0.0.26
Browse files Browse the repository at this point in the history
release: v0.0.27
  • Loading branch information
technote-space authored Sep 1, 2020
2 parents f99925a + b42bece commit 0b3fff3
Show file tree
Hide file tree
Showing 2 changed files with 393 additions and 575 deletions.
28 changes: 14 additions & 14 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.26",
"version": "0.0.27",
"description": "Template for npm package.",
"author": {
"name": "Technote",
Expand All @@ -27,20 +27,20 @@
],
"dependencies": {},
"devDependencies": {
"@commitlint/cli": "^9.1.1",
"@commitlint/config-conventional": "^9.1.1",
"@technote-space/github-action-test-helper": "^0.5.5",
"@types/jest": "^26.0.9",
"@types/node": "^14.0.27",
"@typescript-eslint/eslint-plugin": "^3.9.0",
"@typescript-eslint/parser": "^3.9.0",
"eslint": "^7.6.0",
"@commitlint/cli": "^9.1.2",
"@commitlint/config-conventional": "^9.1.2",
"@technote-space/github-action-test-helper": "^0.5.6",
"@types/jest": "^26.0.10",
"@types/node": "^14.6.0",
"@typescript-eslint/eslint-plugin": "^3.10.1",
"@typescript-eslint/parser": "^3.10.1",
"eslint": "^7.7.0",
"husky": "^4.2.5",
"jest": "^26.3.0",
"jest-circus": "^26.3.0",
"lint-staged": "^10.2.11",
"ts-jest": "^26.2.0",
"typescript": "^3.9.7"
"jest": "^26.4.2",
"jest-circus": "^26.4.2",
"lint-staged": "^10.2.13",
"ts-jest": "^26.3.0",
"typescript": "^4.0.2"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit 0b3fff3

Please sign in to comment.