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

This commit is contained in:
Toby Zerner 2018-11-22 07:10:31 +10:30
parent 589b27bb7d
commit a70dbf0b46
2 changed files with 901 additions and 750 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,14 +1,14 @@
{
"private": true,
"name": "@flarum/statistics",
"version": "0.0.0",
"dependencies": {
"flarum-webpack-config": "^0.1.0-beta.8",
"flarum-webpack-config": "0.1.0-beta.10",
"frappe-charts": "^1.1.0",
"webpack": "^4.22.0",
"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"
}
}