Skip to content

Commit

Permalink
v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
itskdhere committed Jun 19, 2023
1 parent add4201 commit fe7b54f
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
.github/
.github/
CODE_OF_CONDUCT.md
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
<a href="https://github.com/itskdhere/ssh.surf/actions/workflows/ossar.yml" title="OSSAR">
<img alt="OSSAR" src="https://github.com/itskdhere/ssh.surf/actions/workflows/ossar.yml/badge.svg">
</a>
<a href="https://github.com/itskdhere/ssh.surf/actions/workflows/npm-publish.yml" title="Node.js Package">
<!-- <a href="https://github.com/itskdhere/ssh.surf/actions/workflows/npm-publish.yml" title="Node.js Package">
<img alt="Node.js Package" src="https://github.com/itskdhere/ssh.surf/actions/workflows/npm-publish.yml/badge.svg">
</a>
</a> -->
</p>

<hr>
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "ssh.surf",
"version": "1.0.1",
"version": "1.0.2",
"description": "SSH.SURF API Wrapper",
"type": "module",
"main": "./src/index",
"bin": "./src/cli",
"main": "./src/index.js",
"bin": "./src/cli.js",
"scripts": {
"test": "echo No Tests Yet...",
"start": "node index.js"
Expand Down
2 changes: 2 additions & 0 deletions src/cli.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env node

// Imports
import figlet from "figlet";
import gradient from "gradient-string";
Expand Down

0 comments on commit fe7b54f

Please sign in to comment.