@ctx-core/combinators
Advanced tools
Comparing version 4.2.2 to 4.2.3
{ | ||
"name": "@ctx-core/combinators", | ||
"version": "4.2.2", | ||
"version": "4.2.3", | ||
"description": "ctx-core combinators", | ||
@@ -10,3 +10,3 @@ "main": "lib.js", | ||
"build": "npm run clean && npm run compile", | ||
"clean": "rm tsconfig.tsbuildinfo", | ||
"clean": "rm -f tsconfig.tsbuildinfo", | ||
"compile": "tsc -b", | ||
@@ -33,3 +33,3 @@ "prepublishOnly": "npm run compile", | ||
}, | ||
"gitHead": "24af2f21f330aa55dee64cf335a341bb0bb091ea" | ||
"gitHead": "4345dc30282f5c5dc4a1a584e0938509847c476b" | ||
} |
2645