Skip to content

Commit 28dccff

Browse files
authored
Merge pull request #265 from litecanvas/cdn-links
update CDN links
2 parents 5b06ac2 + 79a40f1 commit 28dccff

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

bun.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "litecanvas",
3-
"version": "0.103.0",
3+
"version": "0.103.1",
44
"description": "Lightweight HTML5 canvas 2D game engine suitable for small projects and creative coding. Inspired by PICO-8 and p5.js/Processing.",
55
"license": "MIT",
66
"author": "Luiz Bills <luizbills@pm.me>",
@@ -18,6 +18,8 @@
1818
"module": "./src/index.js",
1919
"types": "./types/index.d.ts",
2020
"unpkg": "./dist/dist.dev.js",
21+
"jsdelivr": "./dist/dist.dev.js",
22+
"browser": "./dist/dist.dev.js",
2123
"keywords": [
2224
"tiny",
2325
"micro",

src/version.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)