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:
Martijn Walraven 2018-08-01 10:09:36 +02:00
parent fd43223ac7
commit 9d053d6c93
8 changed files with 8 additions and 32 deletions

View file

@ -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"
}

View file

@ -58,8 +58,5 @@
}
}
},
"typings": "dist/index.d.ts",
"typescript": {
"definition": "dist/index.d.ts"
}
"typings": "dist/index.d.ts"
}

View file

@ -90,8 +90,5 @@
}
}
},
"typings": "dist/index.d.ts",
"typescript": {
"definition": "dist/index.d.ts"
}
"typings": "dist/index.d.ts"
}

View file

@ -83,8 +83,5 @@
}
}
},
"typings": "dist/index.d.ts",
"typescript": {
"definition": "dist/index.d.ts"
}
"typings": "dist/index.d.ts"
}

View file

@ -69,8 +69,5 @@
}
}
},
"typings": "dist/index.d.ts",
"typescript": {
"definition": "dist/index.d.ts"
}
"typings": "dist/index.d.ts"
}

View file

@ -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"
}

View file

@ -83,8 +83,5 @@
}
}
},
"typings": "dist/index.d.ts",
"typescript": {
"definition": "dist/index.d.ts"
}
"typings": "dist/index.d.ts"
}

View file

@ -63,8 +63,5 @@
}
}
},
"typings": "dist/index.d.ts",
"typescript": {
"definition": "dist/index.d.ts"
}
"typings": "dist/index.d.ts"
}