Skip to content

Commit

Permalink
Merge pull request #15 from MarioSimou/main
Browse files Browse the repository at this point in the history
feat: typescript compatibility
  • Loading branch information
PatrickHeneise authored May 31, 2023
2 parents 5a8351b + f0bc09b commit 6308467
Show file tree
Hide file tree
Showing 5 changed files with 374 additions and 396 deletions.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
strict-peer-dependencies=false
auto-install-peers=true
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"./api/*": "./src/api/*"
},
"main": "src/index.js",
"types": "./src/index.d.ts",
"files": [
"src"
],
Expand Down Expand Up @@ -64,6 +65,7 @@
"@commitlint/cli": "^17.6.3",
"@commitlint/config-conventional": "^17.6.3",
"@solidjs/router": "^0.8.2",
"@types/auth0-js": "^9.14.7",
"dotenv": "^16.0.3",
"eslint": "^8.41.0",
"eslint-config-prettier": "^8.8.0",
Expand All @@ -72,14 +74,12 @@
"husky": "^8.0.3",
"is-ci": "^3.0.1",
"lint-staged": "^13.2.2",
"prettier": "^2.8.8",
"solid-js": "^1.7.5",
"solid-start": "^0.2.26"
"prettier": "^2.8.8"
},
"peerDependencies": {
"@solidjs/router": "^0.8.2",
"solid-js": "^1.7.5",
"solid-start": "^0.2.26"
"@solidjs/router": "0.x",
"solid-js": "1.x",
"solid-start": "0.x"
},
"engines": {
"node": ">=18"
Expand Down
Loading

0 comments on commit 6308467

Please sign in to comment.