Remove unnecessary details from package.json

This commit is contained in:
Dale Davies
2022-02-08 23:18:00 +00:00
parent 6d5366147f
commit 0414335e96

View File

@@ -5,18 +5,7 @@
"scripts": {
"dev": "webpack --mode=development --devtool=inline-source-map --watch",
"build": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/daledavies/jump.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/daledavies/jump/issues"
},
"homepage": "https://github.com/daledavies/jump#readme",
"devDependencies": {
"webpack": "^5.68.0",
"webpack-cli": "^4.9.2"