Skip to content

Commit 0de935b

Browse files
authored
docs(system-bars): publish file on npm (#8240)
1 parent 2975b96 commit 0de935b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

core/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
"types/",
1818
"cookies.md",
1919
"cordova.js",
20-
"http.md"
20+
"http.md",
21+
"system-bars.md"
2122
],
2223
"main": "dist/index.cjs.js",
2324
"module": "dist/index.js",
@@ -27,7 +28,7 @@
2728
"build": "npm run clean && npm run docgen && npm run transpile && npm run rollup",
2829
"build:nativebridge": "tsc native-bridge.ts --target es2017 --moduleResolution node --outDir build && rollup --config rollup.bridge.config.js",
2930
"clean": "rimraf dist",
30-
"docgen": "docgen --api CapacitorCookiesPlugin --output-readme cookies.md && docgen --api CapacitorHttpPlugin --output-readme http.md && docgen --api SystemBarsPlugin --output-readme systembars.md",
31+
"docgen": "docgen --api CapacitorCookiesPlugin --output-readme cookies.md && docgen --api CapacitorHttpPlugin --output-readme http.md && docgen --api SystemBarsPlugin --output-readme system-bars.md",
3132
"prepublishOnly": "npm run build",
3233
"rollup": "rollup --config rollup.config.js",
3334
"transpile": "tsc",
File renamed without changes.

0 commit comments

Comments
 (0)