Skip to content

Commit

Permalink
feat(components): remove sliders
Browse files Browse the repository at this point in the history
dummy commit to trigger major version bump for 9eec627

BREAKING CHANGE: due to problems with using the library in other apps that doesn't use
swiper, all components that use swiper are removed
  • Loading branch information
Mostafatalaat770 committed Jun 7, 2022
1 parent 0eb2da9 commit 925ed10
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,16 @@ nodeLinker: node-modules

npmScopes:
bonuz:
npmPublishRegistry: "https://code.bonuz.team/api/v4/projects/18/packages/npm/"
npmRegistryServer: "https://code.bonuz.team/api/v4/projects/18/packages/npm/"
npmPublishRegistry: 'https://code.bonuz.team/api/v4/projects/18/packages/npm/'
npmRegistryServer: 'https://code.bonuz.team/api/v4/projects/18/packages/npm/'

npmRegistries:
//code.bonuz.team/api/v4/projects/18/packages/npm/:
npmAlwaysAuth: true
#npmAuthToken: "${GITLAB_AUTH_TOKEN:-}"
## Refactoring CI/CD pipelines. Added by Martin ##
npmAuthToken: "${NPM_TOKEN}"
npmAuthToken: '${NPM_TOKEN}'

plugins:
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: "@yarnpkg/plugin-interactive-tools"
spec: '@yarnpkg/plugin-interactive-tools'

yarnPath: .yarn/releases/yarn-3.2.0.cjs

0 comments on commit 925ed10

Please sign in to comment.