Skip to content

Commit

Permalink
chore: lock file maintenance
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanprobst committed Dec 6, 2023
1 parent bfcf491 commit 04cc7cf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
5 changes: 3 additions & 2 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,10 +1,11 @@
{
"name": "@acdh-oeaw/openatlas-discovery",
"private": true,
"type": "module",
"engines": {
"node": "18.x",
"npm": "9.x.x"
"npm": "9.x"
},
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"start": "nuxt start",
Expand Down Expand Up @@ -44,7 +45,6 @@
"fs-extra": "^11.1.1",
"husky": "^8.0.3",
"lint-staged": "^13.1.0",
"netlify-cms-proxy-server": "^1.3.24",
"prettier": "^3.0.3",
"sass": "^1.60.0",
"swagger-typescript-api": "^12.0.2",
Expand Down

0 comments on commit 04cc7cf

Please sign in to comment.