Skip to content

Commit

Permalink
simplify export types
Browse files Browse the repository at this point in the history
  • Loading branch information
ECorreia45 committed Dec 6, 2023
1 parent c45fbba commit 6960c1a
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,9 @@
{
"name": "@beforesemicolon/markup",
"version": "0.10.0",
"version": "0.11.0",
"description": "HTML Templating System",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
".": "./dist/index.js"
},
"typesVersions": {
"*": {
"*": [
"dist/*"
]
}
},
"scripts": {
"test": "jest",
"test:watch": "jest --watch",
Expand Down

0 comments on commit 6960c1a

Please sign in to comment.