Skip to content
Snippets Groups Projects
Commit cc240c73 authored by Aidan's avatar Aidan
Browse files

chore: Update package.json version to 0.0.2 and add .gitmodules to the ignore list

parent 84c13fcb
No related branches found
No related tags found
No related merge requests found
{
"name": "@polycentric/leveldb-capacitor-plugin",
"version": "0.0.1",
"version": "0.0.2",
"type": "module",
"description": "LevelDB plugin for Capacitor supporting iOS and Android",
"main": "dist/plugin.cjs.js",
......@@ -12,7 +12,8 @@
"android/build.gradle",
"dist/",
"ios/Plugin/",
"PolycentricLeveldbCapacitorPlugin.podspec"
"PolycentricLeveldbCapacitorPlugin.podspec",
".gitmodules"
],
"author": "aidan",
"license": "MIT",
......@@ -26,6 +27,7 @@
"native"
],
"scripts": {
"postinstall": "git submodule update --init --recursive",
"verify": "npm run verify:ios && npm run verify:android && npm run verify:web",
"verify:ios": "cd ios && pod install && xcodebuild -workspace Plugin.xcworkspace -scheme Plugin -destination generic/platform=iOS && cd ..",
"verify:android": "cd android && ./gradlew clean build test && cd ..",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment