Comparing version 0.0.4 to 0.0.5
{ | ||
"name": "sls-tool", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "A CLI tool that displays available scripts from package.json", | ||
@@ -10,6 +10,9 @@ "main": "index.js", | ||
"author": "Ilya Medvedev <ilya@medvedev.im>", | ||
"license": "MIT", | ||
"license": "WTFPL", | ||
"bin": { | ||
"sls": "./index.js" | ||
}, | ||
"files": [ | ||
"index.js" | ||
], | ||
"keywords": [ | ||
@@ -26,3 +29,3 @@ "scripts", | ||
"devDependencies": { | ||
"prettier": "^2.3.2" | ||
"prettier": "^2.7.1" | ||
}, | ||
@@ -29,0 +32,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
3417
4