chore(cdn): Add filepath in package.json for CDNs
Add the filepath for CDNs unpkg and jsdelivr so that they serve minified files by default
This commit is contained in:
parent
0856f6cdf7
commit
312335d419
@ -3,6 +3,8 @@
|
|||||||
"version": "0.0.0-development",
|
"version": "0.0.0-development",
|
||||||
"description": "A modern datatable library for the web",
|
"description": "A modern datatable library for the web",
|
||||||
"main": "dist/frappe-datatable.cjs.js",
|
"main": "dist/frappe-datatable.cjs.js",
|
||||||
|
"unpkg": "dist/frappe-datatable.min.js",
|
||||||
|
"jsdelivr": "dist/frappe-datatable.min.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "yarn run dev",
|
"start": "yarn run dev",
|
||||||
"build": "rollup -c && rollup -c --production",
|
"build": "rollup -c && rollup -c --production",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user