Skip to content

Commit 7532279

Browse files
committed
Tweak readme and run npm pkg fix on package.json
1 parent b454887 commit 7532279

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
# Socket CLI
22

33
[![Socket Badge](https://socket.dev/api/badge/npm/package/@socketsecurity/cli)](https://socket.dev/npm/package/@socketsecurity/cli)
4-
[![npm version](https://img.shields.io/npm/v/@socketsecurity/cli.svg?style=flat)](https://socket.dev/npm/package/@socketsecurity/cli)
5-
[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg)](https://github.com/SocketDev/eslint-config)
64
[![Follow @SocketSecurity](https://img.shields.io/twitter/follow/SocketSecurity?style=social)](https://twitter.com/SocketSecurity)
75

86
> CLI tool for [Socket.dev](https://socket.dev/)

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@
44
"description": "CLI tool for Socket.dev",
55
"homepage": "http://github.com/SocketDev/socket-cli-js",
66
"license": "MIT",
7-
"repository": "github:SocketDev/socket-cli-js",
7+
"repository": {
8+
"type": "git",
9+
"url": "git+https://github.com/SocketDev/socket-cli-js.git"
10+
},
811
"author": {
912
"name": "Socket Inc",
1013
"email": "[email protected]",

0 commit comments

Comments
 (0)