diff --git a/package.json b/package.json index 37812067..51314561 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,8 @@ "prettier": "^2.3.2", "stylelint": "^13.13.1", "stylelint-config-recommended": "^5.0.0", - "stylelint-config-standard": "^22.0.0" + "stylelint-config-standard": "^22.0.0", + "js-beautify": "^1.14.0" }, "scripts": { "format": "stylelint --fix ./sass/*.scss && prettier --write *.md content/**/*.md" @@ -24,8 +25,5 @@ "bugs": { "url": "https://github.com/organicmaps/organicmaps.github.io/issues" }, - "homepage": "https://github.com/organicmaps/organicmaps.github.io#readme", - "dependencies": { - "js-beautify": "^1.14.0" - } + "homepage": "https://github.com/organicmaps/organicmaps.github.io#readme" }