Skip to content

Commit

Permalink
Node version
Browse files Browse the repository at this point in the history
  • Loading branch information
jerryjappinen committed Jul 15, 2024
1 parent b890879 commit 041a19b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18
20
2 changes: 1 addition & 1 deletion package-lock.json

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

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,15 @@
"README.md"
],
"engines": {
"node": "18.x"
"node": "20.x"
},
"license": "MIT",
"scripts": {
"clean": "rm -rf css dist",
"build": "npm run build:icons && npm run build:scss",
"build": "npm run build:composables && npm run build:icons && npm run build:utils && npm run build:scss",
"build:composables": "node ./build/composables.js",
"build:icons": "node ./build/icons.js",
"build:utils": "node ./build/utils.js",
"build:scss": "sass scss/index.scss css/index.css && sass scss/index.scss css/index.min.css --style=compressed",
"lint": "eslint --ignore-path .gitignore \"**/*.{js,cjs,mjs,ts,vue}\"",
"lint:fix": "npm run lint -- --fix",
Expand Down

0 comments on commit 041a19b

Please sign in to comment.