Skip to content

Commit

Permalink
fix: removed ref to native source in plugin package (#168)
Browse files Browse the repository at this point in the history
  • Loading branch information
carlpoole committed Aug 23, 2022
1 parent 6af8120 commit e507b17
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 30 deletions.
18 changes: 0 additions & 18 deletions plugin/IonicPortals.podspec

This file was deleted.

12 changes: 0 additions & 12 deletions plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,7 @@
"types": "types/index.d.ts",
"unpkg": "dist/plugin.js",
"files": [
"android/src/main/",
"android/build.gradle",
"dist/",
"ios/Plugin/",
"IonicPortals.podspec",
"types"
],
"author": "Ionic Team <hi@ionic.io> (https://ionic.io)",
Expand Down Expand Up @@ -64,13 +60,5 @@
"swiftlint": "@ionic/swiftlint-config",
"eslintConfig": {
"extends": "@ionic/eslint-config/recommended"
},
"capacitor": {
"ios": {
"src": "ios"
},
"android": {
"src": "android"
}
}
}

1 comment on commit e507b17

@vercel
Copy link

@vercel vercel bot commented on e507b17 Aug 23, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

ionic-portals – ./

ionic-portals-git-main-ionic1.vercel.app
ionic-portals.vercel.app
ionic-portals-ionic1.vercel.app

Please sign in to comment.