1
0
Fork 0
mirror of https://github.com/dilllxd/gitfolio.git synced 2024-08-14 22:28:09 +00:00

Re-add Prettier

This commit is contained in:
K4USTU3H 2019-12-09 20:44:45 +05:30
parent 0e1b7ba9af
commit 6ccbc0c681
2 changed files with 10 additions and 12 deletions

3
package-lock.json generated
View file

@ -930,7 +930,8 @@
"prettier": { "prettier": {
"version": "1.19.1", "version": "1.19.1",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-1.19.1.tgz", "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": { "proxy-addr": {
"version": "2.0.5", "version": "2.0.5",

View file

@ -4,15 +4,13 @@
"description": "a portfolio website for everyone to showcase their work", "description": "a portfolio website for everyone to showcase their work",
"main": "build.js", "main": "build.js",
"bin": "bin/gitfolio.js", "bin": "bin/gitfolio.js",
"scripts": "scripts": {
{
"cli": "OUT_DIR='./dist' node bin/gitfolio.js", "cli": "OUT_DIR='./dist' node bin/gitfolio.js",
"clean": "rm -rf ./dist/*", "clean": "rm -rf ./dist/*",
"prettier": "prettier --write \"./**/*.{js,jsx,json,html,css,md}\"", "prettier": "prettier --write \"./**/*.{js,jsx,json,html,css,md}\"",
"test": "echo \"Error: no test specified\" && exit 1" "test": "echo \"Error: no test specified\" && exit 1"
}, },
"author": "author": {
{
"name": "@imfunniee and community", "name": "@imfunniee and community",
"email": "imfunny@wybemf.com", "email": "imfunny@wybemf.com",
"url": "https://imfunniee.github.io" "url": "https://imfunniee.github.io"
@ -27,14 +25,12 @@
"gitfolio", "gitfolio",
"git" "git"
], ],
"repository": "repository": {
{
"type": "git", "type": "git",
"url": "https://github.com/imfunniee/gitfolio" "url": "https://github.com/imfunniee/gitfolio"
}, },
"license": "GPL-3.0", "license": "GPL-3.0",
"dependencies": "dependencies": {
{
"bluebird": "^3.7.2", "bluebird": "^3.7.2",
"body-parser": "^1.19.0", "body-parser": "^1.19.0",
"commander": "4.0.1", "commander": "4.0.1",
@ -46,6 +42,7 @@
"jsdom": "^15.2.1", "jsdom": "^15.2.1",
"ncp": "^2.0.0" "ncp": "^2.0.0"
}, },
"devDependencies": "devDependencies": {
{} "prettier": "1.19.1"
} }
}