settings done

This commit is contained in:
David Ralph
2019-07-06 13:44:52 +01:00
parent 7f4716f637
commit 8b268d680b
102 changed files with 1426 additions and 584 deletions

View File

@@ -1,17 +0,0 @@
{
"name": "mue",
"description": "Fast, open and free-to-use new tab page for most modern browsers",
"author": "ohlookitsderpy",
"license": "MIT",
"repository": "https://github.com/ohlookitsderpy/Mue",
"scripts": {
"sass-watch": "sass --watch src/assets/scss:src/assets/css --style compressed",
"js-watch": "webpack --progress --watch"
},
"devDependencies": {
"eslint": "6.0.0",
"sass": "1.21.0",
"webpack": "4.35.0",
"webpack-cli": "3.3.4"
}
}