Skip to content

Commit

Permalink
build: add git+ to repo in package.json fp-90
Browse files Browse the repository at this point in the history
  • Loading branch information
what1s1ove committed Dec 10, 2023
1 parent c358ad0 commit e158176
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"homepage": "https://github.com/what1s1ove/form-payload",
"repository": {
"type": "git",
"url": "https://github.com/what1s1ove/form-payload.git"
"url": "git+https://github.com/what1s1ove/form-payload.git"
},
"license": "MIT",
"type": "module",
Expand All @@ -36,7 +36,7 @@
"build:clean": "rm -rf dist",
"build:dist": "tsc -p tsconfig.build.json",
"build:cp": "cp -r src readme.md package.json LICENSE dist",
"build:pkg": "cd dist && npm pkg set types=\"./src/index.d.ts\"",
"build:pkg": "cd dist && npm pkg set types=./src/index.d.ts",
"build": "npm run build:clean && npm run build:dist && npm run build:pkg && npm run build:cp"
},
"devDependencies": {
Expand Down

0 comments on commit e158176

Please sign in to comment.