remove shrinkwrap references
parent
50cabbc80a
commit
b635672331
|
@ -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
|
||||
|
|
|
@ -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',
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
test/**
|
||||
src/**
|
||||
tsconfig.json
|
||||
npm-shrinkwrap.json
|
||||
tsconfig.json
|
|
@ -1,4 +1,3 @@
|
|||
test/**
|
||||
src/**
|
||||
tsconfig.json
|
||||
npm-shrinkwrap.json
|
||||
tsconfig.json
|
|
@ -1,4 +1,3 @@
|
|||
test/**
|
||||
src/**
|
||||
tsconfig.json
|
||||
npm-shrinkwrap.json
|
||||
tsconfig.json
|
|
@ -1,5 +1,4 @@
|
|||
src/**
|
||||
test/**
|
||||
out/test/**
|
||||
tsconfig.json
|
||||
npm-shrinkwrap.json
|
||||
tsconfig.json
|
|
@ -5,5 +5,4 @@ server/src/**
|
|||
server/test/**
|
||||
server/out/test/**
|
||||
client/tsconfig.json
|
||||
client/src/**
|
||||
npm-shrinkwrap.json
|
||||
client/src/**
|
|
@ -1,4 +1,3 @@
|
|||
test/**
|
||||
src/**/*.ts
|
||||
tsconfig.json
|
||||
npm-shrinkwrap.json
|
||||
tsconfig.json
|
|
@ -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/**
|
|
@ -1,4 +1,3 @@
|
|||
test/**
|
||||
src/**
|
||||
tsconfig.json
|
||||
npm-shrinkwrap.json
|
||||
tsconfig.json
|
|
@ -2,5 +2,4 @@ test/**
|
|||
build/**
|
||||
out/test/**
|
||||
src/**
|
||||
tsconfig.json
|
||||
npm-shrinkwrap.json
|
||||
tsconfig.json
|
|
@ -1,5 +1,4 @@
|
|||
build/**
|
||||
src/**
|
||||
test/**
|
||||
tsconfig.json
|
||||
npm-shrinkwrap.json
|
||||
tsconfig.json
|
Loading…
Reference in New Issue