Skip to content

Commit c6d51c3

Browse files
committed
🚀 v0.1.0
1 parent 11b4e71 commit c6d51c3

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,16 @@
11
{
2-
"name": "stackcheats-source-firebase-comments",
2+
"name": "sc-firebase-comments",
33
"version": "0.1.0",
44
"description": "A Gatsby source plugin for comments",
55
"main": "index.js",
6+
"publishConfig": {
7+
"registry": "https://registry.npmjs.com"
8+
},
9+
"repository": {
10+
"type": "git",
11+
"url": "https://github.com/stackcheats/stackcheats-source-firebase-comments"
12+
},
13+
"private": false,
614
"scripts": {
715
"test": "echo \"Error: no test specified\" && exit 1",
816
"build": "echo \"No build script setup\""

0 commit comments

Comments
 (0)