docusaurus-init
Advanced tools
Comparing version 1.14.1 to 1.14.7
#!/usr/bin/env node | ||
/** | ||
* Copyright (c) 2017-present, Facebook, Inc. | ||
* Copyright (c) Facebook, Inc. and its affiliates. | ||
* | ||
@@ -6,0 +6,0 @@ * This source code is licensed under the MIT license found in the |
{ | ||
"name": "docusaurus-init", | ||
"description": "Initialization script for Docusaurus", | ||
"version": "1.14.1", | ||
"version": "1.14.7", | ||
"private_comment": "MADE PRIVATE ON PURPOSE! READ V1 PUBLISH GUIDE", | ||
"private": false, | ||
"license": "MIT", | ||
@@ -13,2 +15,7 @@ "preferGlobal": true, | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/facebook/docusaurus.git", | ||
"directory": "packages/docusaurus-init-1.x" | ||
}, | ||
"bin": { | ||
@@ -19,4 +26,4 @@ "docusaurus-init": "initialize.js" | ||
"chalk": "^3.0.0", | ||
"shelljs": "^0.8.3" | ||
"shelljs": "^0.8.4" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
2909
1
Updatedshelljs@^0.8.4