Skip to content

Commit

Permalink
Merge pull request #99 from technote-space/release/next-v0.0.15
Browse files Browse the repository at this point in the history
release: v0.0.16
  • Loading branch information
technote-space authored May 28, 2020
2 parents 802599f + 1e89a51 commit b6c400c
Show file tree
Hide file tree
Showing 2 changed files with 215 additions and 208 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.15",
"version": "0.0.16",
"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.7",
"@types/jest": "^25.2.2",
"@types/node": "^14.0.1",
"@typescript-eslint/eslint-plugin": "^2.33.0",
"@typescript-eslint/parser": "^2.33.0",
"eslint": "^7.0.0",
"@types/jest": "^25.2.3",
"@types/node": "^14.0.5",
"@typescript-eslint/eslint-plugin": "^3.0.2",
"@typescript-eslint/parser": "^3.0.2",
"eslint": "^7.1.0",
"husky": "^4.2.5",
"jest": "^26.0.1",
"jest-circus": "^26.0.1",
"lint-staged": "^10.2.2",
"ts-jest": "^25.5.1",
"typescript": "^3.9.2"
"lint-staged": "^10.2.6",
"ts-jest": "^26.0.0",
"typescript": "^3.9.3"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit b6c400c

Please sign in to comment.