Merge pull request #63 from arifszn/scripts

build: update prettier script
This commit is contained in:
Ariful Alam
2022-04-23 19:45:35 +06:00
committed by GitHub
2 changed files with 5 additions and 5 deletions

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{ {
"name": "@arifszn/gitprofile", "name": "@arifszn/gitprofile",
"version": "2.0.2", "version": "2.0.3",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "@arifszn/gitprofile", "name": "@arifszn/gitprofile",
"version": "2.0.2", "version": "2.0.3",
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"react": "^18.0.0", "react": "^18.0.0",

View File

@@ -1,7 +1,7 @@
{ {
"name": "@arifszn/gitprofile", "name": "@arifszn/gitprofile",
"description": "Create an automatic portfolio based on GitHub profile", "description": "Create an automatic portfolio based on GitHub profile",
"version": "2.0.2", "version": "2.0.3",
"license": "Apache-2.0", "license": "Apache-2.0",
"author": "arifszn", "author": "arifszn",
"repository": { "repository": {
@@ -34,8 +34,8 @@
"build:library": "vite build --config library.config.js", "build:library": "vite build --config library.config.js",
"lint": "eslint --ext .js,.jsx .", "lint": "eslint --ext .js,.jsx .",
"lint:fix": "eslint --ext .js,.jsx --fix .", "lint:fix": "eslint --ext .js,.jsx --fix .",
"prettier": "prettier --check './**/*.{js,jsx,ts,tsx,css,md,json}' --config ./.prettierrc", "prettier": "prettier --check './**/*.{js,jsx,ts,tsx,css,md,json}'",
"prettier:fix": "prettier --write './**/*.{js,jsx,ts,tsx,css,md,json}' --config ./.prettierrc" "prettier:fix": "prettier --write './**/*.{js,jsx,ts,tsx,css,md,json}'"
}, },
"dependencies": { "dependencies": {
"react": "^18.0.0", "react": "^18.0.0",