1
0
mirror of https://github.com/flarum/core.git synced 2025-09-02 12:43:28 +02:00

Format with prettier, bump deps (#37)

General repo maintenance
This commit is contained in:
David Wheatley
2021-07-10 21:39:20 +01:00
committed by GitHub
parent 122f1ff5e5
commit e681d3eb00
8 changed files with 3753 additions and 1532 deletions

View File

@@ -2,14 +2,15 @@
"private": true,
"name": "@flarum/emoji",
"dependencies": {
"flarum-webpack-config": "0.1.0-beta.10",
"flarum-webpack-config": "^1.0.0",
"simple-emoji-map": "^0.4.1",
"twemoji": "^13.0.0",
"webpack": "^4.43.0",
"twemoji": "^13.1.0",
"webpack": "^4.46.0",
"webpack-cli": "^3.3.12"
},
"scripts": {
"dev": "webpack --mode development --watch",
"build": "webpack --mode production"
"build": "webpack --mode production",
"format": "prettier --write src"
}
}