Skip to content

Commit

Permalink
Merge pull request #8 from zolplay-cn/cali
Browse files Browse the repository at this point in the history
fix(query): update package.json
  • Loading branch information
CaliCastle committed Oct 19, 2022
2 parents c7d4c2a + 91597da commit cdc6c78
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
6 changes: 6 additions & 0 deletions packages/query/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @zolplay/query

## 0.1.1

### Patch Changes

- Update package.json

## 0.1.0

### Minor Changes
Expand Down
5 changes: 4 additions & 1 deletion packages/query/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
{
"name": "@zolplay/query",
"version": "0.1.0",
"version": "0.1.1",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"module": "dist/index.mjs",
"license": "MIT",
"files": [
"dist"
],
"scripts": {
"build": "tsup src/index.ts --format cjs,esm --dts",
"dev": "pnpm run build --watch",
Expand Down

0 comments on commit cdc6c78

Please sign in to comment.