Skip to content

Commit 2836ae2

Browse files
authored
Update package.json
single bin command
1 parent bd9b8d0 commit 2836ae2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/util-package-diff/package.json

+1-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@
33
"version": "0.0.1",
44
"description": "visual diff between two elements packages on a local server",
55
"main": "lib/index.js",
6-
"bin": {
7-
"sn-package-diff": "bin/cli.js"
8-
},
6+
"bin": "bin/cli.js",
97
"scripts": {
108
"test": "echo \"Run tests from the top of the repo please.\" && exit 1"
119
},

0 commit comments

Comments
 (0)