Skip to content

Commit

Permalink
publint
Browse files Browse the repository at this point in the history
  • Loading branch information
PuruVJ committed Jul 1, 2024
1 parent 6be60a3 commit f5c2a60
Show file tree
Hide file tree
Showing 2 changed files with 1,689 additions and 3,355 deletions.
15 changes: 12 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,18 @@
"name": "Clockwork Labs",
"email": "[email protected]"
},
"types": "./dist/index.d.ts",
"main": "./dist/index.js",
"module": "./dist/index.js",
"type": "module",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"default": "./dist/index.js"
},
"./package.json": "./package.json"
},
"scripts": {
"build": "tsup",
"test": "jest",
Expand All @@ -19,9 +31,6 @@
"publishConfig": {
"registry": "https://npm.pkg.github.com/clockworklabs"
},
"types": "./dist/index.d.ts",
"main": "./dist/index.js",
"module": "./dist/index.js",
"devDependencies": {
"@types/brotli": "1.3.3",
"@types/jest": "^29.4.0",
Expand Down
Loading

0 comments on commit f5c2a60

Please sign in to comment.