From 312335d419d65d897477c312884a8afe78ddbc8c Mon Sep 17 00:00:00 2001 From: Faris Ansari Date: Sat, 14 Jul 2018 11:43:25 +0530 Subject: [PATCH] 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 --- package.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package.json b/package.json index bb7f800..d998149 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,8 @@ "version": "0.0.0-development", "description": "A modern datatable library for the web", "main": "dist/frappe-datatable.cjs.js", + "unpkg": "dist/frappe-datatable.min.js", + "jsdelivr": "dist/frappe-datatable.min.js", "scripts": { "start": "yarn run dev", "build": "rollup -c && rollup -c --production",