1
0
mirror of https://github.com/flarum/core.git synced 2025-08-31 03:50:15 +02:00

Make npm package private, update deps, change watch to dev

This commit is contained in:
Toby Zerner
2018-11-21 18:40:54 +10:30
parent 65e46f74ba
commit 8b54e4695d
2 changed files with 201 additions and 97 deletions

View File

@@ -1,16 +1,16 @@
{
"private": true,
"name": "@flarum/markdown",
"version": "0.0.0",
"dependencies": {
"@github/markdown-toolbar-element": "^0.1.1",
"@webcomponents/custom-elements": "^1.2.1",
"flarum-webpack-config": "0.1.0-beta.10",
"mdarea": "^0.0.10",
"webpack": "^4.25.1",
"webpack": "^4.26.0",
"webpack-cli": "^3.1.2"
},
"scripts": {
"build": "webpack --mode production",
"watch": "webpack --mode development --watch"
"dev": "webpack --mode development --watch",
"build": "webpack --mode production"
}
}