Skip to content

Commit

Permalink
fix(tremor): bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
RhysSullivan committed Apr 14, 2024
1 parent 7214078 commit 06dac64
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions packages/tremor/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
{
"name": "@typelytics/tremor",
"version": "0.1.3",
"version": "0.1.4",
"author": "Rhys Sullivan",
"license": "MIT",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"exports": {
".": {
"require": "./dist/index.js",
"import": "./dist/index.mjs"
}
},
"repository": {
"type": "git",
"url": "https://github.com/rhyssullivan/typelytics",
Expand Down

0 comments on commit 06dac64

Please sign in to comment.