Skip to content
This repository was archived by the owner on Jul 16, 2024. It is now read-only.

Commit 095d4ef

Browse files
committed
added package scope, repository
1 parent 875d097 commit 095d4ef

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
{
2-
"name": "gatsby-source-oce",
2+
"name": "@oracle/gatsby-source-oce",
33
"description": "Gatsby source plugin for using Oracle Content and Experience (OCE) as a data source",
44
"author": "Oracle America, Inc.",
55
"version": "1.0.0",
66
"homepage": "https://github.com/oracle/gatsby-source-oce",
7+
"repository": {
8+
"type": "git",
9+
"url": "https://github.com/oracle/gatsby-source-oce"
10+
},
711
"keywords": [
812
"gatsby",
913
"gatsby-plugin",

0 commit comments

Comments
 (0)