Add author field to example (#229)

BlizZard committed Oct 3, 2022 at 23:30 UTC 08406eb0c8141fd723ecfb925aec175316c049bc
1 file changed +2 -1
content/packages-and-modules/contributing-packages-to-the-registry/creating-a-package-json-file.mdx
+2 -1
@@ -44,7 +44,8 @@ Your Name <email@example.com> (http://example.com)
44 ```
45 {
46 "name": "my-awesome-package",
47 - "version": "1.0.0"
47 + "version": "1.0.0",
48 + "author": "Your Name <email@example.com>"
49 }
50 ```
51