1
0
mirror of https://github.com/flarum/core.git synced 2025-09-01 20:24:25 +02:00

Update for beta 8

This commit is contained in:
Toby Zerner
2018-11-16 13:57:38 +10:30
parent 8d5d5a2dad
commit d748d8739d
19 changed files with 4883 additions and 593 deletions

View File

@@ -0,0 +1,14 @@
{
"name": "@flarum/embed",
"version": "0.0.0",
"dependencies": {
"flarum-webpack-config": "^0.1.0-beta.8",
"iframe-resizer": "^3.6.0",
"webpack": "^4.0.0",
"webpack-cli": "^3.0.7"
},
"scripts": {
"build": "webpack --mode production --progress",
"watch": "webpack --mode development --watch"
}
}