Skip to content

Commit

Permalink
allow export of dist minified js
Browse files Browse the repository at this point in the history
  • Loading branch information
lane-formio authored Apr 4, 2024
1 parent c14a452 commit 1d307e4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"./sdk": "./lib/sdk/index.js",
"./process": "./lib/process/index.js",
"./types": "./lib/types/index.js",
"./experimental": "./lib/experimental/index.js"
"./experimental": "./lib/experimental/index.js",
"./dist/formio.core.min.js": "./dist/formio.core.min.js"
},
"scripts": {
"test": "TEST=1 mocha -r ts-node/register -r tsconfig-paths/register -r mock-local-storage -r jsdom-global/register -b -t 0 'src/**/__tests__/*.test.ts'",
Expand Down

0 comments on commit 1d307e4

Please sign in to comment.