Skip to content

Commit

Permalink
Merge pull request #17 from oryx-frontend/Update-package.json
Browse files Browse the repository at this point in the history
chore: Remove references, that are not relevant to the community edition
  • Loading branch information
PhilinTv authored Jun 1, 2024
2 parents 861306d + a449ce3 commit 3a77413
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 57 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-pr-details.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:
with:
preset: [email protected]
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
57 changes: 10 additions & 47 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 4 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "spryker-oryx",
"version": "0.0.0",
"description": "Spryker Oryx Monorepo",
"name": "oryx-frontend",
"version": "0.1.0",
"description": "Oryx composable frontend framework monorepo",
"repository": {
"type": "git",
"url": "https://github.com/spryker/oryx"
"url": "https://github.com/oryx-frontend/oryx"
},
"scripts": {
"start": "nx serve",
Expand Down Expand Up @@ -56,11 +56,6 @@
"release-from-packages": "run-s release-from-packages:*",
"release-from-packages:libs": "cd libs && npm run release-from-packages"
},
"author": {
"name": "Spryker Systems GmbH",
"email": "[email protected]",
"url": "https://spryker.com/"
},
"lint-staged": {
"*.{js,ts}": [
"eslint"
Expand Down

0 comments on commit 3a77413

Please sign in to comment.