Skip to content
This repository was archived by the owner on Feb 28, 2021. It is now read-only.

Commit 4341443

Browse files
authored
updated package.json and package-lock.json (#142)
* updated package.json for v0.2.0 changed version number and added contributors * updated version number in package-lock 0.2.0
1 parent f124e0c commit 4341443

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

package-lock.json

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

package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "p5.accessibility",
3-
"version": "0.1.1",
3+
"version": "0.2.0",
44
"description": "npm package to provide text and sound additions to p5 sketch output",
55
"main": "index.js",
66
"scripts": {
@@ -10,7 +10,11 @@
1010
"contributors": [
1111
"MathuraMG",
1212
"lmhyphenn",
13-
"CleezyITP"
13+
"CleezyITP",
14+
"spiray",
15+
"mithru",
16+
"git-ebetts",
17+
"jbrundage"
1418
],
1519
"bugs": "https://github.com/processing/p5.accessibility/issues",
1620
"license": "ISC",

0 commit comments

Comments
 (0)