Skip to content

Commit 7e06980

Browse files
committed
Update package name
I received an error while trying to publish to npmjs using the name "jsonurl", so I put it in a namespace.
1 parent 412a9e7 commit 7e06980

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "jsonurl",
2+
"name": "@jsonurl/jsonurl",
33
"version": "1.0.0",
44
"description": "JSON->URL defines a text format for the JSON data model suitable for use within a URL/URI (as described by RFC3986).",
55
"main": "dist/jsonurl.common.js",

0 commit comments

Comments
 (0)