Skip to content

Commit

Permalink
update lume cli version, update typescript version
Browse files Browse the repository at this point in the history
  • Loading branch information
trusktr committed Nov 7, 2023
1 parent 17e172c commit 7b9d94b
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 37 deletions.
63 changes: 32 additions & 31 deletions dist/CustomAttributeRegistry.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/CustomAttributeRegistry.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@
},
"homepage": "https://github.com/matthewp/custom-attributes#readme",
"devDependencies": {
"@lume/cli": "^0.9.0",
"@lume/cli": "^0.10.0",
"prettier": "3.0.3",
"rollup": "^0.41.4",
"typescript": "4.4.3"
"typescript": "^5.0.0"
},
"dependencies": {
"lowclass": "^5.0.0"
Expand Down
4 changes: 1 addition & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
{
"extends": "./node_modules/@lume/cli/config/ts.config.json",
"include": ["./src/**/*"],
"exclude": ["./src/globals.d.ts"]
"extends": "./node_modules/@lume/cli/config/ts.config.json"
}

0 comments on commit 7b9d94b

Please sign in to comment.