Skip to content

Commit aaab59f

Browse files
authored
Fix the npmignore file one more time (#70)
1 parent 0f6fcda commit aaab59f

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.npmignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ CODEOWNERS
66
package-lock.json
77
SECURITY.md
88
tsconfig.json
9-
./*.ts
9+
*.ts
10+
!*.d.ts

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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vscode-cpptools",
3-
"version": "7.1.0",
3+
"version": "7.1.1",
44
"description": "Public API for vscode-cpptools",
55
"typings": "./out/api.d.ts",
66
"main": "./out/api.js",

0 commit comments

Comments
 (0)