Skip to content

Commit

Permalink
package: updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Ostad authored and Ostad committed Jun 15, 2020
1 parent 3a4b2a1 commit 3c992cd
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 34 deletions.
56 changes: 28 additions & 28 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 7 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
"gen-docs": "typedoc",
"postgen-docs": "node ./config/github.js",
"tag": "node ./config/tag.js",
"gen-changelog": "auto-changelog && git add CHANGELOG.md && git commit -m \"doc: change log\"",
"auto-changelog": "auto-changelog --hide-credit --breaking-pattern \"breaking:\"",
"gen-changelog": "npm run auto-changelog && git add CHANGELOG.md && git commit -m \"doc: change log\"",
"tsc": "tsc",
"tsc:watch": "tsc --watch",
"prepublishOnly": "npm-run-all -s tsc gen-docs",
Expand Down Expand Up @@ -45,14 +46,14 @@
},
"devDependencies": {
"@types/jest": "^25.2.3",
"@types/node": "^14.0.11",
"@typescript-eslint/eslint-plugin": "^3.1.0",
"@typescript-eslint/parser": "^3.1.0",
"auto-changelog": "^2.0.0",
"@types/node": "^14.0.13",
"@typescript-eslint/eslint-plugin": "^3.2.0",
"@typescript-eslint/parser": "^3.2.0",
"auto-changelog": "^2.1.0",
"dotenv": "^8.2.0",
"eslint": "^7.2.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-prettier": "^3.1.4",
"jest": "^26.0.1",
"nodemon": "^2.0.4",
"npm-run-all": "^4.1.5",
Expand Down

0 comments on commit 3c992cd

Please sign in to comment.