fix: removed comments

This commit is contained in:
Khaushik-keygraph
2025-11-13 20:33:58 +05:30
parent 68ec5ccc5a
commit 23618f1fd1
6 changed files with 2 additions and 21 deletions
-4
View File
@@ -1,7 +1,3 @@
// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at https://mozilla.org/MPL/2.0/.
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://example.com/pentest-config-schema.json",
-4
View File
@@ -1,7 +1,3 @@
// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at https://mozilla.org/MPL/2.0/.
{
"name": "@shannon/mcp-server",
"version": "1.0.0",
-4
View File
@@ -1,7 +1,3 @@
// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at https://mozilla.org/MPL/2.0/.
{
"name": "@shannon/mcp-server",
"version": "1.0.0",
-4
View File
@@ -1,7 +1,3 @@
// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at https://mozilla.org/MPL/2.0/.
{
"name": "shannon",
"version": "1.0.0",
-4
View File
@@ -1,7 +1,3 @@
// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at https://mozilla.org/MPL/2.0/.
{
"name": "shannon",
"version": "1.0.0",
+2 -1
View File
@@ -1,8 +1,9 @@
#!/usr/bin/env zx
// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at https://mozilla.org/MPL/2.0/.
#!/usr/bin/env zx
import { path, fs } from 'zx';
import chalk from 'chalk';