Skip to content

Commit

Permalink
Merge pull request #1 from fleek-platform/chore/sdk-as-standalone-pac…
Browse files Browse the repository at this point in the history
…kage-v2

chore: 🤖 Support introduction of SDK as standalone package v2
  • Loading branch information
gabrielmpinto authored Oct 29, 2024
2 parents 83c87ff + a322d24 commit 77ea608
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fleek-platform/functions-esbuild-config",
"version": "0.0.14",
"version": "0.0.15",
"description": "ESBuild config for Fleek Functions",
"module": "./dist/index.js",
"main": "./dist/index.js",
Expand All @@ -20,7 +20,8 @@
],
"type": "module",
"scripts": {
"build": "tsc",
"build": "tsc --build -v",
"build:ci": "pnpm run build",
"lint": "eslint 'src/**/*.{js,ts}'",
"format": "prettier . --write",
"format:check": "prettier . --check",
Expand Down

0 comments on commit 77ea608

Please sign in to comment.