Skip to content

Commit

Permalink
fix: update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
markmartirosian committed Sep 26, 2023
1 parent 1808e3f commit 401f437
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 14 deletions.
11 changes: 3 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@
"name": "escapace",
"email": "opensource@escapace.com"
},
"bugs": {
"url": "https://github.com/escapace/yeux/issues"
},
"bugs": "https://github.com/escapace/yeux/issues",
"devDependencies": {
"@commitlint/cli": "17.7.1",
"@commitlint/config-conventional": "17.7.0",
Expand Down Expand Up @@ -42,10 +40,7 @@
"homepage": "https://github.com/escapace/yeux",
"license": "MPL-2.0",
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/escapace/yeux.git"
},
"repository": "escapace/yeux",
"scripts": {
"build": "pnpm run -r --filter './packages/*' build",
"lint": "ls-lint && pnpm run -r --filter './packages/*' lint",
Expand All @@ -54,4 +49,4 @@
"typecheck": "pnpm run -r --filter './packages/*' typecheck",
"update": "pnpm -w -r --filter './packages/*' --filter '.' exec ncu -u --dep prod,dev,peer && pnpm exec syncpack fix-mismatches && pnpm exec syncpack set-semver-ranges"
}
}
}
2 changes: 1 addition & 1 deletion packages/browserslist-to-targets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"lightningcss": ">=1.22.0"
},
"private": false,
"repository": "https://github.com/escapace/yeux.git",
"repository": "escapace/yeux",
"scripts": {
"build": "node ../../scripts/build.mjs",
"lint": "eslint 'src/**/*.{js,mjs,cjs,ts,mts,cts}'",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-ajv/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"ajv": ">=8.12.0"
},
"private": false,
"repository": "https://github.com/escapace/yeux.git",
"repository": "escapace/yeux",
"scripts": {
"build": "node ../../scripts/build.mjs",
"lint": "eslint 'src/**/*.{js,mjs,cjs,ts,mts,cts}'",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-lightningcss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"lightningcss": ">=1.22.0"
},
"private": false,
"repository": "https://github.com/escapace/yeux.git",
"repository": "escapace/yeux",
"scripts": {
"build": "node ../../scripts/build.mjs",
"lint": "eslint 'src/**/*.{js,mjs,cjs,ts,mts,cts}'",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-write-assets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"license": "MPL-2.0",
"module": "lib/esm/index.mjs",
"private": false,
"repository": "https://github.com/escapace/yeux.git",
"repository": "escapace/yeux",
"scripts": {
"build": "node ../../scripts/build.mjs",
"lint": "eslint 'src/**/*.{js,mjs,cjs,ts,mts,cts}'",
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"vite": ">=4.4.9"
},
"private": false,
"repository": "https://github.com/escapace/yeux.git",
"repository": "escapace/yeux",
"scripts": {
"build": "rm -rf lib && tsc --emitDeclarationOnly --declarationDir lib/types",
"lint": "eslint 'src/**/*.ts?(x)'",
Expand Down
2 changes: 1 addition & 1 deletion packages/yeux/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"license": "MPL-2.0",
"main": "lib/esm/index.mjs",
"private": false,
"repository": "https://github.com/escapace/yeux.git",
"repository": "escapace/yeux",
"scripts": {
"build": "node ../../scripts/build.mjs",
"lint": "eslint 'src/**/*.ts'",
Expand Down

0 comments on commit 401f437

Please sign in to comment.