Skip to content

Commit 7173de3

Browse files
committed
Infrastructure: Switch to org-scoped name
1 parent fc7f7d4 commit 7173de3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "synchrodecoder",
2+
"name": "@netlogo/synchrodecoder",
33
"description": "A JavaScript library for synchronously decoding JPEGs and PNGs to binary data",
44
"version": "3.0.0",
55
"author": "Center for Connected Learning (https://ccl.northwestern.edu/)",
@@ -11,8 +11,8 @@
1111
"license": "CC0-1.0",
1212
"repository": "https://github.com/NetLogo/SynchroDecoder",
1313
"dependencies": {
14-
"upng-js": "2.1.0",
15-
"jpeg-js": "0.4.4"
14+
"upng-js": "2.1.0",
15+
"jpeg-js": "0.4.4"
1616
},
1717
"devDependencies": {
1818
"buffer": "6.0.3",

0 commit comments

Comments
 (0)