Skip to content

Commit

Permalink
Remove postinstall banner
Browse files Browse the repository at this point in the history
  • Loading branch information
David Fahlander committed Dec 5, 2024
1 parent aed8c57 commit 48aaf2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 26 deletions.
5 changes: 2 additions & 3 deletions addons/dexie-cloud/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dexie-cloud-addon",
"version": "4.1.0-beta.26",
"version": "4.1.0-beta.32",
"description": "Dexie addon that syncs with to Dexie Cloud",
"main": "dist/umd/dexie-cloud-addon.js",
"type": "module",
Expand Down Expand Up @@ -55,8 +55,7 @@
"test-unit": "karma start test/unit/karma.conf.js --single-run",
"build": "rollup -c tools/build-configs/rollup.config.mjs",
"watch": "rollup -c tools/build-configs/rollup.config.mjs --watch",
"clean": "rm -rf tools/tmp dist test/unit/bundle.*",
"postinstall": "node ./postinstall-banner.js"
"clean": "rm -rf tools/tmp dist test/unit/bundle.*"
},
"just-build": {
"default": [
Expand Down
23 changes: 0 additions & 23 deletions addons/dexie-cloud/postinstall-banner.js

This file was deleted.

0 comments on commit 48aaf2b

Please sign in to comment.