Comparing version 1.0.6 to 1.0.8
{ | ||
"name": "fambda", | ||
"version": "1.0.6", | ||
"version": "1.0.8", | ||
"packageManager": "yarn@4.3.0", | ||
"scripts": { | ||
"build": "esbuild src/index.ts --bundle --platform=node --banner:js=\"#!/usr/bin/env node\" --outfile=dist/index.js", | ||
"cli": "npm run build && node dist/index.js", | ||
"publish": "npm run build && npm version patch && npm publish" | ||
}, | ||
"bin": { | ||
@@ -11,0 +6,0 @@ "deploy": "./dist/index.js" |
9152