Skip to content

Commit f32c673

Browse files
committed
Changed main in package.json
1 parent 391bb17 commit f32c673

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.github/workflows/dev-packages.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
22
# Packages are versioned as `0.0.0-{tag}-DATETIMESTAMP`
33
name: Create Dev Release
44

5-
# on: workflow_dispatch
6-
on:
7-
push:
5+
on: workflow_dispatch
86

97
jobs:
108
publish:

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@
44
"version": "0.0.0",
55
"description": "SQL.js fork for for JourneyApps PowerSync",
66
"type": "module",
7-
"main": "dist/bundle.mjs",
8-
"module": "dist/bundle.mjs",
9-
"types": "lib/index.d.ts",
7+
"main": "sql-asm.js",
108
"author": "JOURNEYAPPS",
119
"license": "MIT",
1210
"files": [

0 commit comments

Comments
 (0)