Skip to content

Commit

Permalink
Merge pull request #918 from 3YOURMIND/bump-yoco
Browse files Browse the repository at this point in the history
version([email protected]): add support for esm
  • Loading branch information
Isokaeder authored May 13, 2024
2 parents 1bb2f09 + 7acaadf commit be737fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion internals/scripts/source/publish.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import { $, semver } from 'bun'
import { z } from 'zod'

const packagesToConsider = ['packages/eslint-config']
const packagesToConsider = ['packages/yoco']

const packageJsonSchema = z.object({ name: z.string(), version: z.string() })

Expand Down
2 changes: 1 addition & 1 deletion packages/yoco/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,5 @@
"style": "./style.css",
"type": "module",
"types": "./dist/mjs/index.d.ts",
"version": "2.4.6"
"version": "2.5.0"
}

0 comments on commit be737fe

Please sign in to comment.