Skip to content

Commit

Permalink
chore(cdn): Add filepath in package.json for CDNs
Browse files Browse the repository at this point in the history
Add the filepath for CDNs unpkg and jsdelivr so that they serve minified files by default
  • Loading branch information
netchampfaris committed Jul 14, 2018
1 parent 0856f6c commit 312335d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 312335d

Please sign in to comment.