diff --git a/package-lock.json b/package-lock.json index c8906bb..d1043e1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@arifszn/gitprofile", - "version": "2.0.2", + "version": "2.0.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@arifszn/gitprofile", - "version": "2.0.2", + "version": "2.0.3", "license": "Apache-2.0", "dependencies": { "react": "^18.0.0", diff --git a/package.json b/package.json index 33d4724..16c035b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@arifszn/gitprofile", "description": "Create an automatic portfolio based on GitHub profile", - "version": "2.0.2", + "version": "2.0.3", "license": "Apache-2.0", "author": "arifszn", "repository": { @@ -34,8 +34,8 @@ "build:library": "vite build --config library.config.js", "lint": "eslint --ext .js,.jsx .", "lint:fix": "eslint --ext .js,.jsx --fix .", - "prettier": "prettier --check './**/*.{js,jsx,ts,tsx,css,md,json}' --config ./.prettierrc", - "prettier:fix": "prettier --write './**/*.{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}'" }, "dependencies": { "react": "^18.0.0",