Skip to content

Commit f024a0d

Browse files
committed
deps: resolve conflict & updates
2 parents b67bd0a + ab905f7 commit f024a0d

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -61,44 +61,44 @@
6161
"engines": {
6262
"node": ">= 10"
6363
},
64+
"files": [
65+
"bin/*.js",
66+
"dist/*.d.ts",
67+
"lib/**/*.js"
68+
],
6469
"homepage": "https://github.com/kazupon/api-docs-gen#readme",
6570
"keywords": [
71+
"api-extractor",
6672
"documentation",
6773
"generator",
68-
"typescript",
6974
"tsdoc",
70-
"api-extractor"
75+
"typescript"
7176
],
7277
"license": "MIT",
7378
"main": "lib/index.js",
7479
"repository": {
7580
"type": "git",
7681
"url": "git+https://github.com/kazupon/api-docs-gen.git"
7782
},
78-
"files": [
79-
"bin/*.js",
80-
"dist/*.d.ts",
81-
"lib/**/*.js"
82-
],
8383
"scripts": {
8484
"build": "yarn build:transpile && yarn build:extract",
85-
"build:transpile": "tsc -p .",
86-
"build:extract": "api-extractor run -l -c ./api-extractor.json",
8785
"build:docs": "node ./bin/run.js ./temp/api-docs-gen.api.json -c ./docsgen.config.js -o ./",
88-
"example": "yarn example:build && yarn example:extract && yarn example:gen",
89-
"example:setup": "lerna bootstrap",
90-
"example:teardown": "rm -rf ./examples/packages/utilities/node_modules && rm -rf ./examples/packages/library1/node_modules",
91-
"example:build": "lerna run build",
92-
"example:extract": "lerna run extract",
93-
"example:gen": "node ./bin/run.js ./examples/packages/utilities/temp/utilities.api.json ./examples/packages/library1/temp/library1.api.json -o ./examples/docs/api",
94-
"example:clean": "lerna run clean && rm -rf examples/docs/api/*.md",
95-
"example:docs": "vuepress dev examples/docs",
86+
"build:extract": "api-extractor run -l -c ./api-extractor.json",
87+
"build:transpile": "tsc -p .",
9688
"clean": "npm-run-all clean:*",
9789
"clean:cache:jest": "jest --clearCache",
9890
"clean:coverage": "rm -rf ./coverage",
99-
"clean:lib": "rm -rf ./lib/*.*",
10091
"clean:extract": "rm -rf ./temp ./dist ./ect/*.md",
92+
"clean:lib": "rm -rf ./lib/*.*",
10193
"coverage": "opener coverage/lcov-report/index.html",
94+
"example": "yarn example:build && yarn example:extract && yarn example:gen",
95+
"example:build": "lerna run build",
96+
"example:clean": "lerna run clean && rm -rf examples/docs/api/*.md",
97+
"example:docs": "vuepress dev examples/docs",
98+
"example:extract": "lerna run extract",
99+
"example:gen": "node ./bin/run.js ./examples/packages/utilities/temp/utilities.api.json ./examples/packages/library1/temp/library1.api.json -o ./examples/docs/api",
100+
"example:setup": "lerna bootstrap",
101+
"example:teardown": "rm -rf ./examples/packages/utilities/node_modules && rm -rf ./examples/packages/library1/node_modules",
102102
"fix": "npm-run-all --parallel lint:fix format:fix",
103103
"format": "prettier --config .prettierrc --ignore-path .prettierignore '**/*.{js,json,html}'",
104104
"format:fix": "yarn format --write",

0 commit comments

Comments
 (0)