Skip to content

Commit

Permalink
Merge pull request #147 from technote-space/release/next-v0.1.5
Browse files Browse the repository at this point in the history
release: v0.1.6
  • Loading branch information
technote-space authored May 20, 2021
2 parents 3c047b2 + 4c67a35 commit a17a61a
Show file tree
Hide file tree
Showing 2 changed files with 187 additions and 181 deletions.
12 changes: 6 additions & 6 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.1.5",
"version": "0.1.6",
"description": "Template for npm package.",
"keywords": [
"github",
Expand Down Expand Up @@ -39,12 +39,12 @@
},
"dependencies": {},
"devDependencies": {
"@commitlint/cli": "^12.1.3",
"@commitlint/config-conventional": "^12.1.3",
"@commitlint/cli": "^12.1.4",
"@commitlint/config-conventional": "^12.1.4",
"@types/jest": "^26.0.23",
"@types/node": "^15.0.2",
"@typescript-eslint/eslint-plugin": "^4.23.0",
"@typescript-eslint/parser": "^4.23.0",
"@types/node": "^15.3.0",
"@typescript-eslint/eslint-plugin": "^4.24.0",
"@typescript-eslint/parser": "^4.24.0",
"eslint": "^7.26.0",
"husky": "^6.0.0",
"jest": "^26.6.3",
Expand Down
Loading

0 comments on commit a17a61a

Please sign in to comment.