Skip to content

Commit d9f34aa

Browse files
committed
🔨 adding tsdocs to dev req in package file.
1 parent df214bb commit d9f34aa

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "toolkit-for-git",
3-
"version": "0.1.15",
3+
"version": "0.1.24",
44
"license": "MIT",
55
"private": true,
66
"description": "Toolkit for Git is an Azure DevOps extension with a series of Git tasks, which can be used to carry out local or remote git commands in your build pipeline.",
@@ -95,7 +95,6 @@
9595
"extends": "@swellaby/nyc-config",
9696
"exclude": [
9797
"src/tests/**/*.spec*",
98-
"src/main/index.ts",
9998
"src/main/common/constants.ts"
10099
],
101100
"include": [
@@ -105,4 +104,4 @@
105104
".ts"
106105
]
107106
}
108-
}
107+
}

0 commit comments

Comments
 (0)