Skip to content

Commit a45dfa7

Browse files
authored
Merge pull request #30 from blwatkins/main
README and Dependency Updates
2 parents 3a22cb0 + fc995a7 commit a45dfa7

File tree

3 files changed

+12
-8
lines changed

3 files changed

+12
-8
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,3 +86,7 @@ You can find the original icon on
8686

8787
This project is licensed under the MIT License.
8888
The full text of the license is included with this source code.
89+
90+
----
91+
92+
Copyright (C) 2024-2025 brittni and the polar bear LLC.

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "p5-typescript-template",
3-
"version": "2.1.2",
3+
"version": "2.1.3",
44
"description": "A template project for using p5.js with TypeScript and Webpack.",
55
"private": true,
66
"scripts": {
@@ -39,7 +39,7 @@
3939
],
4040
"license": "MIT",
4141
"dependencies": {
42-
"p5": "^1.11.8"
42+
"p5": "^1.11.9"
4343
},
4444
"devDependencies": {
4545
"@eslint/js": "^9.32.0",

0 commit comments

Comments
 (0)