diff --git a/package-lock.json b/package-lock.json index d408570..f0845d3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -930,7 +930,8 @@ "prettier": { "version": "1.19.1", "resolved": "https://registry.npmjs.org/prettier/-/prettier-1.19.1.tgz", - "integrity": "sha512-s7PoyDv/II1ObgQunCbB9PdLmUcBZcnWOcxDh7O0N/UwDEsHyqkW+Qh28jW+mVuCdx7gLB0BotYI1Y6uI9iyew==" + "integrity": "sha512-s7PoyDv/II1ObgQunCbB9PdLmUcBZcnWOcxDh7O0N/UwDEsHyqkW+Qh28jW+mVuCdx7gLB0BotYI1Y6uI9iyew==", + "dev": true }, "proxy-addr": { "version": "2.0.5", diff --git a/package.json b/package.json index b4d108c..96fad86 100644 --- a/package.json +++ b/package.json @@ -4,15 +4,13 @@ "description": "a portfolio website for everyone to showcase their work", "main": "build.js", "bin": "bin/gitfolio.js", - "scripts": - { + "scripts": { "cli": "OUT_DIR='./dist' node bin/gitfolio.js", "clean": "rm -rf ./dist/*", "prettier": "prettier --write \"./**/*.{js,jsx,json,html,css,md}\"", "test": "echo \"Error: no test specified\" && exit 1" }, - "author": - { + "author": { "name": "@imfunniee and community", "email": "imfunny@wybemf.com", "url": "https://imfunniee.github.io" @@ -27,14 +25,12 @@ "gitfolio", "git" ], - "repository": - { + "repository": { "type": "git", "url": "https://github.com/imfunniee/gitfolio" }, "license": "GPL-3.0", - "dependencies": - { + "dependencies": { "bluebird": "^3.7.2", "body-parser": "^1.19.0", "commander": "4.0.1", @@ -46,6 +42,7 @@ "jsdom": "^15.2.1", "ncp": "^2.0.0" }, - "devDependencies": - {} -} \ No newline at end of file + "devDependencies": { + "prettier": "1.19.1" + } +}