mirror of
https://github.com/vale981/apollo-server
synced 2025-03-05 09:41:40 -05:00
Remove deprecated "typescript"/"definition" from package.json
This was only used by https://github.com/DefinitelyTyped/tsd, and hasn't been required since TypeScript 1.6.
This commit is contained in:
parent
fd43223ac7
commit
9d053d6c93
8 changed files with 8 additions and 32 deletions
|
@ -29,8 +29,5 @@
|
|||
"dependencies": {
|
||||
"protobufjs": "^6.8.6"
|
||||
},
|
||||
"typings": "dist/index.d.ts",
|
||||
"typescript": {
|
||||
"definition": "dist/index.d.ts"
|
||||
}
|
||||
"typings": "dist/index.d.ts"
|
||||
}
|
||||
|
|
|
@ -58,8 +58,5 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"typings": "dist/index.d.ts",
|
||||
"typescript": {
|
||||
"definition": "dist/index.d.ts"
|
||||
}
|
||||
"typings": "dist/index.d.ts"
|
||||
}
|
||||
|
|
|
@ -90,8 +90,5 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"typings": "dist/index.d.ts",
|
||||
"typescript": {
|
||||
"definition": "dist/index.d.ts"
|
||||
}
|
||||
"typings": "dist/index.d.ts"
|
||||
}
|
||||
|
|
|
@ -83,8 +83,5 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"typings": "dist/index.d.ts",
|
||||
"typescript": {
|
||||
"definition": "dist/index.d.ts"
|
||||
}
|
||||
"typings": "dist/index.d.ts"
|
||||
}
|
||||
|
|
|
@ -69,8 +69,5 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"typings": "dist/index.d.ts",
|
||||
"typescript": {
|
||||
"definition": "dist/index.d.ts"
|
||||
}
|
||||
"typings": "dist/index.d.ts"
|
||||
}
|
||||
|
|
|
@ -43,8 +43,5 @@
|
|||
"ws": "5.2.2",
|
||||
"yup": "0.26.0"
|
||||
},
|
||||
"typings": "dist/index.d.ts",
|
||||
"typescript": {
|
||||
"definition": "dist/index.d.ts"
|
||||
}
|
||||
"typings": "dist/index.d.ts"
|
||||
}
|
||||
|
|
|
@ -83,8 +83,5 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"typings": "dist/index.d.ts",
|
||||
"typescript": {
|
||||
"definition": "dist/index.d.ts"
|
||||
}
|
||||
"typings": "dist/index.d.ts"
|
||||
}
|
||||
|
|
|
@ -63,8 +63,5 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"typings": "dist/index.d.ts",
|
||||
"typescript": {
|
||||
"definition": "dist/index.d.ts"
|
||||
}
|
||||
"typings": "dist/index.d.ts"
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue