Skip to content
This repository has been archived by the owner on Oct 4, 2024. It is now read-only.

Commit

Permalink
Merge pull request #26 from tiki-bar/release/0.2.0
Browse files Browse the repository at this point in the history
feat: update package.json files
  • Loading branch information
mike-audi authored Aug 9, 2023
2 parents 4c68a10 + 0dcf08c commit 6768f53
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"name": "@mytiki/tiki-sdk-capacitor",
"version": "0.1.1",
"version": "0.2.0",
"description": "Add TIKI's zero-party data monetization infrastructure to you CapacitorJS app",
"main": "dist/plugin.cjs.js",
"module": "dist/esm/index.js",
"type": "module",
"types": "dist/esm/index.d.ts",
"unpkg": "dist/plugin.js",
"files": [
"../android/src/main/",
"android/src/main/",
"android/build.gradle",
"dist/",
"../ios/Plugin/",
"ios/Plugin/",
"MytikiTikiSdkCapacitor.podspec"
],
"author": "Tiki inc.",
Expand Down

0 comments on commit 6768f53

Please sign in to comment.