Skip to content

Commit

Permalink
Update replugged and remove parcel
Browse files Browse the repository at this point in the history
  • Loading branch information
Saltssaumure committed Oct 21, 2023
1 parent 9baa8e5 commit 0792fd4
Show file tree
Hide file tree
Showing 4 changed files with 399 additions and 1,798 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
# Packages
/.parcel-cache
/node_modules

# Build
/dist
/bundle
/dist
/src

# Social images
Expand Down
1 change: 0 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Folders
/.github
/.parcel-cache
/bundle
/dist
/node_modules
Expand Down
8 changes: 2 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"author": "Saltssaumure <[email protected]>",
"license": "MIT",
"private": true,
"type": "module",
"scripts": {
"dev": "bd-scss dev",
"dev:rp": "replugged build theme --watch",
Expand All @@ -16,14 +17,9 @@
"lint:fix": "prettier ./scss --write --log-level warn",
"release": "replugged release"
},
"type": "module",
"devDependencies": {
"@parcel/config-default": "^2.10.0",
"@parcel/core": "^2.10.0",
"@parcel/transformer-sass": "^2.10.0",
"@types/node": "^20.8.7",
"prettier": "^3.0.3",
"replugged": "^4.6.5",
"replugged": "^4.7.4",
"salt-bd-scss": "^1.1.0"
}
}
Loading

0 comments on commit 0792fd4

Please sign in to comment.