Skip to content

Commit

Permalink
Update packages and add script
Browse files Browse the repository at this point in the history
  • Loading branch information
asportnoy committed Aug 19, 2023
1 parent 0543eb2 commit 854f8a0
Show file tree
Hide file tree
Showing 2 changed files with 402 additions and 292 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"build": "replugged build theme",
"watch": "replugged build theme --watch",
"bundle": "replugged bundle theme",
"release": "replugged release",
"lint": "prettier ./src --check",
"lint:fix": "prettier ./src --write"
},
Expand All @@ -19,8 +20,8 @@
"devDependencies": {
"@parcel/config-default": "^2.9.3",
"@parcel/core": "^2.9.3",
"@types/node": "^18.17.1",
"@types/node": "^18.17.6",
"prettier": "^2.8.8",
"replugged": "^4.5.1"
"replugged": "^4.6.0"
}
}
Loading

0 comments on commit 854f8a0

Please sign in to comment.