Skip to content

Commit

Permalink
v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
demingongo committed Aug 16, 2023
1 parent 3cad459 commit 8f67c41
Show file tree
Hide file tree
Showing 3 changed files with 126 additions and 107 deletions.
192 changes: 89 additions & 103 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@novice1/app",
"private": false,
"version": "0.3.0",
"version": "0.3.1",
"description": "Create Express applications.",
"main": "lib/index.js",
"homepage": "https://kisiwu.github.io/novice-app/latest/",
Expand Down Expand Up @@ -29,9 +29,9 @@
"@types/express": "^4.17.17",
"@types/mocha": "^10.0.1",
"@types/node": "^20.5.0",
"@typescript-eslint/eslint-plugin": "^6.3.0",
"@typescript-eslint/parser": "^6.3.0",
"chai": "^4.3.6",
"@typescript-eslint/eslint-plugin": "^6.4.0",
"@typescript-eslint/parser": "^6.4.0",
"chai": "^4.3.7",
"eslint": "^8.47.0",
"kaukau": "^3.0.0",
"ts-node": "^10.9.1",
Expand Down
Loading

0 comments on commit 8f67c41

Please sign in to comment.