Comparing version 0.0.1 to 0.0.2
@@ -10,3 +10,3 @@ #!/usr/bin/env node | ||
import path from "path"; | ||
import { debounce } from "lodash-es"; | ||
import { debounce } from "lodash"; | ||
import { loadEnv } from "ldenv"; | ||
@@ -13,0 +13,0 @@ var args = process.argv.slice(2); |
{ | ||
"name": "as-soon", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "watch and execute", | ||
@@ -18,5 +18,7 @@ "publishConfig": { | ||
"ldenv": "^0.2.1", | ||
"lodash": "^4.17.21", | ||
"lodash-es": "^4.17.21" | ||
}, | ||
"devDependencies": { | ||
"@types/lodash": "^4.14.194", | ||
"@types/lodash-es": "^4.17.7", | ||
@@ -23,0 +25,0 @@ "@types/node": "^18.15.5", |
@@ -5,3 +5,3 @@ #!/usr/bin/env node | ||
import path from "node:path"; | ||
import { debounce } from "lodash-es"; | ||
import { debounce } from "lodash"; | ||
import { loadEnv } from "ldenv"; | ||
@@ -8,0 +8,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
16003
4
6
21
304
+ Addedlodash@^4.17.21
+ Addedlodash@4.17.21(transitive)