Skip to content

Commit

Permalink
Remove type:module as it may cause issues importing BaseViewModel
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdcolin committed Oct 24, 2023
1 parent 1fe8254 commit 6d1ff65
Showing 2 changed files with 216 additions and 204 deletions.
3 changes: 1 addition & 2 deletions lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"name": "react-msaview",
"type": "module",
"author": "Colin",
"version": "2.1.3",
"license": "MIT",
@@ -18,7 +17,7 @@
"prebuild": "npm run clean",
"prepublishOnly": "node output-version.js > src/version.ts && git add -A src && git commit -m '[skip ci] Bump version.ts'",
"build:esm": "tsc",
"build:bundle": "rollup -c",
"build:bundle": "rollup -c --bundleConfigAsCjs",
"build": "npm run build:esm && npm run build:bundle",
"prepack": "npm run build",
"postversion": "git push --follow-tags",
Loading

0 comments on commit 6d1ff65

Please sign in to comment.