Skip to content

Commit

Permalink
bump: version to 1.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ddecrulle committed Jul 16, 2023
1 parent 0ea6515 commit 63c0149
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "knowledge",
"version": "1.8.2",
"version": "1.8.3",
"description": "The user interface that presents the service offer of the INSEE survey information system",
"author": "u/ddecrulle",
"license": "MIT",
Expand Down
4 changes: 1 addition & 3 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
]
"extends": ["config:base"]
}
6 changes: 3 additions & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@

"outDir": "dist", // this essentially disables the compilation errors by telling vs code where files would be put if it were to compile (which it won't because this isn't a real typescript project)
// Do these as normal to your liking for your project
"baseUrl": "src",
"baseUrl": "src"
},

// only treat files in here as js source (thus ignoring `node_modules` and your fake output directory above)
"include": ["src"]
}
}

0 comments on commit 63c0149

Please sign in to comment.