Skip to content
This repository was archived by the owner on Oct 12, 2022. It is now read-only.

Commit 369da80

Browse files
committed
bump version number
1 parent e56a4c7 commit 369da80

File tree

2 files changed

+12
-7
lines changed

2 files changed

+12
-7
lines changed

.vscodeignore

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
1-
*
2-
*/**
3-
**/.DS_Store
4-
!out/**
5-
!package.json
6-
!node_modules/source-map/**
1+
.vscode/**/*
2+
.gitignore
3+
src/**/*
4+
out/tests/**/*
5+
typings/**/*
6+
**/*.js.map
7+
gulpfile.js
8+
tsconfig.json
9+
tsd.json
10+
README.md
11+
!node_modules/source-map/*

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-debug",
3-
"version": "0.10.1",
3+
"version": "0.10.2",
44
"publisher": "isidor",
55
"description": "Visual Studio Code debug adapter for node.js",
66
"author": {

0 commit comments

Comments
 (0)