Skip to content

Commit

Permalink
chore: sync fork and reset dist and package.json files
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaucau committed Jun 16, 2024
1 parent 2e0a41e commit 84721f8
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
2 changes: 2 additions & 0 deletions js/dist/admin.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions js/dist/admin.js.map

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions js/dist/forum.js

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

1 change: 1 addition & 0 deletions js/dist/forum.js.map

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@
"@flarum/prettier-config": "^1.0.0",
"flarum-tsconfig": "^1.0.2",
"flarum-webpack-config": "^2.0.0",
"html5sortable": "^0.9.17",
"webpack": "^5.76.0",
"webpack-cli": "^4.10.0"
"webpack-cli": "^5.1.4",
"html5sortable": "^0.9.17"
},
"devDependencies": {
"prettier": "^2.7.1"
"prettier": "^3.2.5"
},
"scripts": {
"dev": "webpack --mode development --watch",
"build": "webpack --mode production",
"format": "prettier --write src",
"format-check": "prettier --check src"
}
}
}

0 comments on commit 84721f8

Please sign in to comment.