mirror of
https://github.com/facebook/docusaurus.git
synced 2025-07-24 12:07:58 +02:00
Add repository field to package.json
This commit is contained in:
parent
c64db63046
commit
6e57456a4a
1 changed files with 4 additions and 0 deletions
|
@ -20,6 +20,10 @@
|
|||
},
|
||||
"name": "docusaurus",
|
||||
"version": "1.0.0-alpha.35",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/facebookexperimental/Docusaurus.git"
|
||||
},
|
||||
"bin": {
|
||||
"docusaurus-start": "./lib/start-server.js",
|
||||
"docusaurus-build": "./lib/build-files.js",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue