Skip to content

Commit e68229b

Browse files
committed
Distribute the license and map files on CDN.
This helps in debugging and understanding the license from the CDN.
1 parent c6714b0 commit e68229b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@
1212
"lib/**/*.js",
1313
"lib/**/*.d.ts",
1414
"dist/*.js",
15-
"dist/*.d.ts"
15+
"dist/*.d.ts",
16+
"dist/*.map",
17+
"dist/*.LICENSE.txt"
1618
],
1719
"homepage": "https://github.com/martinRenou/ipycanvas",
1820
"bugs": {

0 commit comments

Comments
 (0)