openprofile 0.0.1 → 0.0.101
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1 +1,3 @@
|
|
|
1
|
-
OpenProfile is a free original character database and collaboration platform made by and for writers. This is its official Node package. Currently under development!
|
|
1
|
+
OpenProfile is a free original character database and collaboration platform made by and for writers. This is its official Node package. Currently under development!
|
|
2
|
+
|
|
3
|
+
https://openprofile.app
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "openprofile",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.101",
|
|
4
4
|
"description": "OpenProfile is a free original character database and collaboration platform made by and for writers.",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"keywords": ["writing", "characters"],
|
|
7
7
|
"author": "AvatarKage",
|
|
8
|
-
"license": "
|
|
8
|
+
"license": "Custom"
|
|
9
9
|
}
|