1
0
Fork 0
mirror of synced 2024-07-04 05:50:57 +12:00

Point to src

This commit is contained in:
Adria Navarro 2024-02-21 20:33:53 +01:00
parent 82c610efef
commit 8503af6729

View file

@ -4,13 +4,13 @@
"version": "0.0.0",
"description": "Handlebars wrapper for Budibase templating.",
"main": "src/index.js",
"module": "dist/bundle.mjs",
"module": "src/index.mjs",
"license": "MPL-2.0",
"types": "dist/index.d.ts",
"exports": {
".": {
"require": "./src/index.js",
"import": "./dist/bundle.mjs"
"import": "./src/index.mjs"
},
"./package.json": "./package.json",
"./test/utils": "./test/utils.js"