Skip to content

Commit b635672

Browse files
committed
remove shrinkwrap references
1 parent 50cabbc commit b635672

12 files changed

Lines changed: 11 additions & 22 deletions

File tree

.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ trim_trailing_whitespace = true
1111

1212
# The indent size used in the `package.json` file cannot be changed
1313
# https://github.com/npm/npm/pull/3180#issuecomment-16336516
14-
[{*.yml,*.yaml,npm-shrinkwrap.json,package.json}]
14+
[{*.yml,*.yaml,package.json}]
1515
indent_style = space
1616
indent_size = 2

build/gulpfile.hygiene.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ const indentationFilter = [
6565
'!**/*.d.ts.recipe',
6666
'!test/assert.js',
6767
'!**/package.json',
68-
'!**/npm-shrinkwrap.json',
6968
'!**/octicons/**',
7069
'!**/vs/base/common/marked/raw.marked.js',
7170
'!**/vs/base/common/winjs.base.raw.js',
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
test/**
22
src/**
3-
tsconfig.json
4-
npm-shrinkwrap.json
3+
tsconfig.json

extensions/emmet/.vscodeignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
test/**
22
src/**
3-
tsconfig.json
4-
npm-shrinkwrap.json
3+
tsconfig.json
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
test/**
22
src/**
3-
tsconfig.json
4-
npm-shrinkwrap.json
3+
tsconfig.json

extensions/git/.vscodeignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
src/**
22
test/**
33
out/test/**
4-
tsconfig.json
5-
npm-shrinkwrap.json
4+
tsconfig.json

extensions/html/.vscodeignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,4 @@ server/src/**
55
server/test/**
66
server/out/test/**
77
client/tsconfig.json
8-
client/src/**
9-
npm-shrinkwrap.json
8+
client/src/**
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
test/**
22
src/**/*.ts
3-
tsconfig.json
4-
npm-shrinkwrap.json
3+
tsconfig.json

extensions/json/.vscodeignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,4 @@ client/tsconfig.json
33
client/src/**
44
server/tsconfig.json
55
server/src/**
6-
server/node_modules/@types/**
7-
npm-shrinkwrap.json
6+
server/node_modules/@types/**

extensions/markdown/.vscodeignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
test/**
22
src/**
3-
tsconfig.json
4-
npm-shrinkwrap.json
3+
tsconfig.json

0 commit comments

Comments
 (0)