@smarthr/create-lint-set
Advanced tools
Comparing version 1.0.0 to 1.1.0
@@ -0,1 +1,2 @@ | ||
#!/usr/bin/env node | ||
export {}; |
@@ -0,1 +1,2 @@ | ||
#!/usr/bin/env node | ||
"use strict"; | ||
@@ -2,0 +3,0 @@ var __importDefault = (this && this.__importDefault) || function (mod) { |
{ | ||
"name": "@smarthr/create-lint-set", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"description": "Lint installer", | ||
@@ -16,3 +16,3 @@ "author": "SmartHR", | ||
"license": "MIT", | ||
"main": "lib/index.js", | ||
"bin": "lib/index.js", | ||
"types": "lib/index.d.ts", | ||
@@ -32,3 +32,3 @@ "files": [ | ||
"chalk": "4.1.2", | ||
"commander": "^9.1.0", | ||
"commander": "^9.4.0", | ||
"cross-spawn": "^7.0.3", | ||
@@ -40,3 +40,3 @@ "fs-extra": "^10.1.0" | ||
}, | ||
"gitHead": "a79af1155db32639478eec65dbc4b9ce1722f208" | ||
"gitHead": "e78124a8f74f4c6c37b11d03468017b972a74687" | ||
} |
Sorry, the diff of this file is not supported yet
20043
256
Updatedcommander@^9.4.0