Skip to content

Commit

Permalink
Merge pull request #89 from technote-space/release/next-v0.0.10
Browse files Browse the repository at this point in the history
release: v0.0.11
  • Loading branch information
technote-space authored Apr 5, 2020
2 parents 562c954 + 47a046f commit b08fa64
Show file tree
Hide file tree
Showing 2 changed files with 512 additions and 620 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.10",
"version": "0.0.11",
"description": "Template for npm package.",
"author": {
"name": "Technote",
Expand Down Expand Up @@ -29,17 +29,17 @@
"devDependencies": {
"@commitlint/cli": "^8.3.5",
"@commitlint/config-conventional": "^8.3.4",
"@technote-space/github-action-test-helper": "^0.3.1",
"@technote-space/github-action-test-helper": "^0.3.3",
"@types/jest": "^25.1.4",
"@types/node": "^13.9.3",
"@typescript-eslint/eslint-plugin": "^2.24.0",
"@typescript-eslint/parser": "^2.24.0",
"@types/node": "^13.9.5",
"@typescript-eslint/eslint-plugin": "^2.25.0",
"@typescript-eslint/parser": "^2.25.0",
"eslint": "^6.8.0",
"husky": "^4.2.3",
"jest": "^25.1.0",
"jest-circus": "^25.1.0",
"lint-staged": "^10.0.8",
"ts-jest": "^25.2.1",
"jest": "^25.2.4",
"jest-circus": "^25.2.4",
"lint-staged": "^10.0.10",
"ts-jest": "^25.3.0",
"typescript": "^3.8.3"
},
"publishConfig": {
Expand Down
Loading

0 comments on commit b08fa64

Please sign in to comment.