Skip to content

Commit

Permalink
Merge pull request #90 from technote-space/release/next-v0.0.11
Browse files Browse the repository at this point in the history
release: v0.0.12
  • Loading branch information
technote-space authored Apr 6, 2020
2 parents ffffab9 + 7e9a51d commit c5ccafa
Show file tree
Hide file tree
Showing 2 changed files with 457 additions and 458 deletions.
20 changes: 10 additions & 10 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.11",
"version": "0.0.12",
"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.3",
"@types/jest": "^25.1.4",
"@types/node": "^13.9.5",
"@typescript-eslint/eslint-plugin": "^2.25.0",
"@typescript-eslint/parser": "^2.25.0",
"@technote-space/github-action-test-helper": "^0.3.4",
"@types/jest": "^25.2.1",
"@types/node": "^13.11.0",
"@typescript-eslint/eslint-plugin": "^2.26.0",
"@typescript-eslint/parser": "^2.26.0",
"eslint": "^6.8.0",
"husky": "^4.2.3",
"jest": "^25.2.4",
"jest-circus": "^25.2.4",
"lint-staged": "^10.0.10",
"ts-jest": "^25.3.0",
"jest": "^25.2.7",
"jest-circus": "^25.2.7",
"lint-staged": "^10.1.2",
"ts-jest": "^25.3.1",
"typescript": "^3.8.3"
},
"publishConfig": {
Expand Down
Loading

0 comments on commit c5ccafa

Please sign in to comment.