Skip to content

Commit

Permalink
Merge pull request #19 from capacitor-community/bugfix/build-1.0.2-fa…
Browse files Browse the repository at this point in the history
…ils-to-install-in-nextjs-project

bugfix: 18 Installation/build issue with 1.0.2
  • Loading branch information
ryaa authored Nov 1, 2022
2 parents b07ca8e + c387bb9 commit 33fc8f6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"name": "@capacitor-community/file-opener",
"version": "1.0.2",
"description": "Capacitor File Opener. The plugin is able to open a file given the mimeType and the file uri.",
"type": "module",
"main": "dist/plugin.cjs.js",
"module": "dist/esm/index.js",
"types": "dist/esm/index.d.ts",
Expand Down Expand Up @@ -38,7 +37,7 @@
"prettier": "prettier \"**/*.{css,html,ts,js,java}\"",
"swiftlint": "node-swiftlint",
"docgen": "docgen --api FileOpenerPlugin --output-readme README.md --output-json dist/docs.json",
"build": "npm run clean && npm run docgen && tsc && rollup -c rollup.config.js",
"build": "npm run clean && npm run docgen && tsc && rollup --bundleConfigAsCjs -c rollup.config.js",
"clean": "rimraf ./dist",
"watch": "tsc --watch",
"prepublishOnly": "npm run build"
Expand Down

0 comments on commit 33fc8f6

Please sign in to comment.