Skip to content

Commit e835152

Browse files
committed
Remove the obsolete "tsdocFlavor" entries from package.json
1 parent 1f53995 commit e835152

24 files changed

Lines changed: 0 additions & 72 deletions

File tree

apps/api-extractor-model/package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@
99
"homepage": "https://api-extractor.com",
1010
"main": "lib/index.js",
1111
"typings": "dist/rollup.d.ts",
12-
"tsdoc": {
13-
"tsdocFlavor": "AEDoc"
14-
},
1512
"license": "MIT",
1613
"scripts": {
1714
"build": "gulp test --clean"

apps/api-extractor/package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@
2424
"homepage": "https://api-extractor.com",
2525
"main": "lib/index.js",
2626
"typings": "dist/rollup.d.ts",
27-
"tsdoc": {
28-
"tsdocFlavor": "AEDoc"
29-
},
3027
"bin": {
3128
"api-extractor": "./bin/api-extractor"
3229
},

apps/rush-buildxl/package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@
1111
},
1212
"engineStrict": true,
1313
"homepage": "https://rushjs.io",
14-
"tsdoc": {
15-
"tsdocFlavor": "AEDoc"
16-
},
1714
"scripts": {
1815
"build": "gulp test --clean"
1916
},

apps/rush-lib/package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@
1313
"homepage": "https://rushjs.io",
1414
"main": "lib/index.js",
1515
"typings": "dist/rush-lib.d.ts",
16-
"tsdoc": {
17-
"tsdocFlavor": "AEDoc"
18-
},
1916
"scripts": {
2017
"build": "gulp test --clean"
2118
},

build-tests/api-extractor-test-01/package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@
55
"private": true,
66
"main": "lib/index.js",
77
"typings": "dist/api-extractor-test-01.d.ts",
8-
"tsdoc": {
9-
"tsdocFlavor": "AEDoc"
10-
},
118
"scripts": {
129
"build": "node build.js"
1310
},

build-tests/api-extractor-test-02/package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@
55
"private": true,
66
"main": "lib/index.js",
77
"typings": "dist/api-extractor-test-02.d.ts",
8-
"tsdoc": {
9-
"tsdocFlavor": "AEDoc"
10-
},
118
"scripts": {
129
"build": "node build.js"
1310
},

build-tests/api-extractor-test-04/package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@
55
"private": true,
66
"main": "lib/index.js",
77
"typings": "dist/api-extractor-test-04.d.ts",
8-
"tsdoc": {
9-
"tsdocFlavor": "AEDoc"
10-
},
118
"scripts": {
129
"build": "node build.js"
1310
},

build-tests/web-library-build-test/package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44
"description": "",
55
"main": "lib/test.js",
66
"module": "lib-es6/test.js",
7-
"tsdoc": {
8-
"tsdocFlavor": "AEDoc"
9-
},
107
"private": true,
118
"scripts": {
129
"build": "gulp --clean"

core-build/gulp-core-build-mocha/package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44
"description": "",
55
"main": "lib/index.js",
66
"typings": "lib/index.d.ts",
7-
"tsdoc": {
8-
"tsdocFlavor": "AEDoc"
9-
},
107
"license": "MIT",
118
"repository": {
129
"type": "git",

core-build/gulp-core-build-sass/package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44
"description": "",
55
"main": "lib/index.js",
66
"typings": "lib/index.d.ts",
7-
"tsdoc": {
8-
"tsdocFlavor": "AEDoc"
9-
},
107
"license": "MIT",
118
"repository": {
129
"type": "git",

0 commit comments

Comments
 (0)