Skip to content

Commit

Permalink
remove shrinkwrap references
Browse files Browse the repository at this point in the history
  • Loading branch information
joaomoreno committed Nov 14, 2017
1 parent 50cabbc commit b635672
Show file tree
Hide file tree
Showing 12 changed files with 11 additions and 22 deletions.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ trim_trailing_whitespace = true

# The indent size used in the `package.json` file cannot be changed
# https://github.com/npm/npm/pull/3180#issuecomment-16336516
[{*.yml,*.yaml,npm-shrinkwrap.json,package.json}]
[{*.yml,*.yaml,package.json}]
indent_style = space
indent_size = 2
1 change: 0 additions & 1 deletion build/gulpfile.hygiene.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ const indentationFilter = [
'!**/*.d.ts.recipe',
'!test/assert.js',
'!**/package.json',
'!**/npm-shrinkwrap.json',
'!**/octicons/**',
'!**/vs/base/common/marked/raw.marked.js',
'!**/vs/base/common/winjs.base.raw.js',
Expand Down
3 changes: 1 addition & 2 deletions extensions/configuration-editing/.vscodeignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
test/**
src/**
tsconfig.json
npm-shrinkwrap.json
tsconfig.json
3 changes: 1 addition & 2 deletions extensions/emmet/.vscodeignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
test/**
src/**
tsconfig.json
npm-shrinkwrap.json
tsconfig.json
3 changes: 1 addition & 2 deletions extensions/extension-editing/.vscodeignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
test/**
src/**
tsconfig.json
npm-shrinkwrap.json
tsconfig.json
3 changes: 1 addition & 2 deletions extensions/git/.vscodeignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
src/**
test/**
out/test/**
tsconfig.json
npm-shrinkwrap.json
tsconfig.json
3 changes: 1 addition & 2 deletions extensions/html/.vscodeignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,4 @@ server/src/**
server/test/**
server/out/test/**
client/tsconfig.json
client/src/**
npm-shrinkwrap.json
client/src/**
3 changes: 1 addition & 2 deletions extensions/javascript/.vscodeignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
test/**
src/**/*.ts
tsconfig.json
npm-shrinkwrap.json
tsconfig.json
3 changes: 1 addition & 2 deletions extensions/json/.vscodeignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@ client/tsconfig.json
client/src/**
server/tsconfig.json
server/src/**
server/node_modules/@types/**
npm-shrinkwrap.json
server/node_modules/@types/**
3 changes: 1 addition & 2 deletions extensions/markdown/.vscodeignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
test/**
src/**
tsconfig.json
npm-shrinkwrap.json
tsconfig.json
3 changes: 1 addition & 2 deletions extensions/php/.vscodeignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@ test/**
build/**
out/test/**
src/**
tsconfig.json
npm-shrinkwrap.json
tsconfig.json
3 changes: 1 addition & 2 deletions extensions/typescript/.vscodeignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
build/**
src/**
test/**
tsconfig.json
npm-shrinkwrap.json
tsconfig.json

0 comments on commit b635672

Please sign in to comment.