Skip to content

Commit 806d9a5

Browse files
author
Dmitry Dutikov
committed
package name changed to lowercase
1 parent ccb2a1d commit 806d9a5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "JSON22",
3-
"version": "0.0.1",
4-
"description": "JSON superset with an ability to serialize/deserialize classes",
2+
"name": "json22",
3+
"version": "0.0.2",
4+
"description": "JSON superset with an ability to deal with classes and extended support for number values",
55
"main": "index.js",
66
"type": "module",
77
"scripts": {

0 commit comments

Comments
 (0)