Skip to content

Commit

Permalink
update publish metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
kopach committed Nov 4, 2024
1 parent ae120b6 commit 3176d48
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 85 deletions.
42 changes: 0 additions & 42 deletions .github/workflows/publish.yml

This file was deleted.

2 changes: 0 additions & 2 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
//npm.pkg.github.com/:_authToken=${NODE_AUTH_TOKEN}
@brainly:registry=https://npm.pkg.github.com
auto-install-peers=true
engine-strict=true
save-exact=true
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
{
"version": "0.0.1",
"version": "0.1.0",
"license": "Apache-2.0",
"scripts": {
"generate-package": "nx generate library --publishable --buildable",
"build": "pnpm nx run-many --target=build --all",
"test": "pnpm nx run-many --target=test --all",
"lint": "pnpm nx run-many --target=lint --all"
},
"license": "Apache-2.0",
"private": true,
"pnpm": {
"overrides": {
"react": "18.3.1",
Expand Down
5 changes: 3 additions & 2 deletions packages/eslint-plugin-gene/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@brainly-gene/eslint-plugin-gene",
"version": "0.0.1",
"version": "0.1.0",
"license": "Apache-2.0",
"main": "src/index.js",
"generators": "./generators.json",
"executors": "./executors.json",
Expand All @@ -12,4 +13,4 @@
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jest": "^28.8.3"
}
}
}
10 changes: 3 additions & 7 deletions packages/gene-apollo/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
{
"name": "@brainly-gene/apollo",
"version": "0.0.1",
"publishConfig": {
"registry": "https://npm.pkg.github.com/",
"access": "restricted",
"@brainly:registry": "https://npm.pkg.github.com/"
}
}
"version": "0.1.0",
"license": "Apache-2.0"
}
10 changes: 3 additions & 7 deletions packages/gene-next/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
{
"name": "@brainly-gene/next",
"version": "0.0.1",
"publishConfig": {
"registry": "https://npm.pkg.github.com/",
"access": "restricted",
"@brainly:registry": "https://npm.pkg.github.com/"
},
"version": "0.1.0",
"license": "Apache-2.0",
"dependencies": {
"@next/bundle-analyzer": "12.3.4"
}
}
}
10 changes: 3 additions & 7 deletions packages/gene-sentry/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
{
"name": "@brainly-gene/sentry",
"version": "0.0.1",
"publishConfig": {
"registry": "https://npm.pkg.github.com/",
"access": "restricted",
"@brainly:registry": "https://npm.pkg.github.com/"
}
}
"version": "0.1.0",
"license": "Apache-2.0"
}
10 changes: 3 additions & 7 deletions packages/gene-tools/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
{
"name": "@brainly-gene/tools",
"version": "0.0.1",
"version": "0.1.0",
"license": "Apache-2.0",
"generators": "./generators.json",
"executors": "./executors.json",
"publishConfig": {
"registry": "https://npm.pkg.github.com/",
"access": "restricted",
"@brainly:registry": "https://npm.pkg.github.com/"
},
"bin": {
"create-gene-workspace": "./bin/create-gene-workspace.js"
},
Expand All @@ -23,4 +19,4 @@
"@angular-devkit/core": "11.2.0",
"@angular-devkit/schematics": "11.2.0"
}
}
}
12 changes: 4 additions & 8 deletions packages/gene/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
{
"name": "@brainly-gene/core",
"version": "0.0.1",
"main": "./src/index.js",
"publishConfig": {
"registry": "https://npm.pkg.github.com/",
"access": "restricted",
"@brainly:registry": "https://npm.pkg.github.com/"
}
}
"version": "0.1.0",
"license": "Apache-2.0",
"main": "./src/index.js"
}

0 comments on commit 3176d48

Please sign in to comment.