Skip to content

Commit

Permalink
some package updates
Browse files Browse the repository at this point in the history
  • Loading branch information
shalanah committed Feb 10, 2024
1 parent a41bf73 commit 99db78c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@
"version": "1.0.2",
"description": "detect in-app browsers",
"author": "Shalanah Dawson",
"homepage": "https://shalanah.github.io/inapp-spy",
"homepage": "https://github.com/shalanah/inapp-spy",
"license": "MIT",
"keywords": [
"inapp",
"detect",
"browser",
"spy"
],
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"main": "index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"files": [
"dist"
"/dist"
],
"scripts": {
"build": "tsup src/index.ts --format cjs,esm --dts",
Expand Down

0 comments on commit 99db78c

Please sign in to comment.