Skip to content

Commit

Permalink
chore: rename build => scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Aug 30, 2022
1 parent 3820b99 commit 6c0c9b7
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"main": "dist/data.json",
"scripts": {
"start": "npm run build",
"build": "node build/build.mjs",
"dash": "npm run build && node build/dash.mjs"
"build": "node scripts/build.mjs",
"dash": "npm run build && node scripts/dash.mjs"
},
"files": [
"command",
Expand Down Expand Up @@ -38,6 +38,6 @@
"uglify-js": "~3.16.0"
},
"engines": {
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
"node": ">=16.0.0"
}
}
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 6c0c9b7

Please sign in to comment.