Skip to content

Commit

Permalink
Merge pull request #13 from Swolebrain/main
Browse files Browse the repository at this point in the history
publish only necessary files, make ts friendly
  • Loading branch information
hakanson authored Jun 11, 2024
2 parents c26cd3b + 5651f49 commit ec4fdc2
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
4 changes: 4 additions & 0 deletions dist/prism-cedar.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
declare module 'prism-cedar'{
}

export {};
11 changes: 10 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,14 @@
"esbuild": "^0.19.12",
"prettier": "^3.2.5",
"vitest": "^1.5.0"
}
},
"files": [
"LICENSE",
"README.md",
"NOTICE",
"dist/prism-cedar.min.js",
"dist/prism-cedar.d.ts"
],
"main": "dist/prism-cedar.min.js",
"types": "dist/prism-cedar.d.ts"
}

0 comments on commit ec4fdc2

Please sign in to comment.