File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 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" ,
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.
You can’t perform that action at this time.
0 commit comments