Skip to content

Commit

Permalink
fix package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
flodlc committed Sep 15, 2022
1 parent bd50a21 commit 2107c22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"build": "yarn run build:types && yarn run build:source",
"build:types": "tsc",
"build:source": "tsup src/index.ts",
"test": "jest",
"test": "jest"
},
"dependencies": {
"@emotion/babel-preset-css-prop": "^11.10.0",
Expand Down

0 comments on commit 2107c22

Please sign in to comment.