Skip to content

Commit

Permalink
Update git url
Browse files Browse the repository at this point in the history
  • Loading branch information
qasimali09 committed Apr 23, 2023
1 parent 4973e43 commit 62cc8d0
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
{
"name": "react-modern-icons",
"version": "1.0.0",
"version": "1.0.2",
"description": "",
"repository": {
"type": "git",
"url": "git+https://github.com/qasimali09/react-modern-icons.git"
},
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
"types": "./dist/esm/index.d.ts",
Expand All @@ -14,6 +18,8 @@
"build": "yarn build:esm && yarn build:cjs",
"build:esm": "tsc",
"build:cjs": "tsc --module commonjs --outDir dist/cjs",
"prepublishOnly": "yarn build",
"prepare": "yarn build",
"lint": "eslint --ext .js,.jsx,.ts,.tsx src",
"format": "prettier --write src/**/*.{js,jsx,ts,tsx}"
},
Expand Down

0 comments on commit 62cc8d0

Please sign in to comment.