Skip to content

Commit

Permalink
feat: migrated to yarn 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Leksat committed Jun 2, 2021
1 parent eddd2e9 commit eb3bd9c
Show file tree
Hide file tree
Showing 14 changed files with 37,097 additions and 27,974 deletions.
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,9 @@
node_modules
.npmrc
.yarn/*
!.yarn/patches
!.yarn/releases
!.yarn/plugins
!.yarn/sdks
!.yarn/versions
.pnp.*
55 changes: 55 additions & 0 deletions .yarn/releases/yarn-berry.cjs

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
yarnPath: ".yarn/releases/yarn-berry.cjs"

nodeLinker: node-modules
1 change: 0 additions & 1 deletion packages/npm/@amazeelabs/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"main": "index.js",
"author": "Philipp Melab",
"license": "MIT",
"private": false,
"dependencies": {
"@typescript-eslint/eslint-plugin": "^4.0.0",
"@typescript-eslint/parser": "^4.0.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"main": "index.js",
"author": "Amazee Labs <[email protected]>",
"license": "MIT",
"private": false,
"dependencies": {
"@amazeelabs/eslint-config": "^1.3.0",
"@amazeelabs/jest-preset": "^1.3.1",
Expand Down
1 change: 0 additions & 1 deletion packages/npm/@amazeelabs/gatsby-starter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"name": "@amazeelabs/gatsby-starter",
"private": false,
"description": "Gatsby starter for Amazee Labs projects",
"version": "0.7.24",
"author": "Amazee Labs <[email protected]>",
Expand Down
1 change: 0 additions & 1 deletion packages/npm/@amazeelabs/jest-preset/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"main": "jest-preset.js",
"author": "Philipp Melab",
"license": "MIT",
"private": false,
"publishConfig": {
"access": "public"
},
Expand Down
1 change: 0 additions & 1 deletion packages/npm/@amazeelabs/prettier-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"main": "index.js",
"author": "Philipp Melab",
"license": "MIT",
"private": false,
"peerDependencies": {
"prettier": ">= 2"
},
Expand Down
1 change: 0 additions & 1 deletion packages/npm/@amazeelabs/react-di/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"main": "dist/index.js",
"types": "dist/index.d.ts",
"license": "MIT",
"private": false,
"publishConfig": {
"access": "public"
},
Expand Down
1 change: 0 additions & 1 deletion packages/npm/@amazeelabs/recipes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"description": "Executable recipes to setup and extend Amazee Labs projects.",
"main": "dist/index.js",
"license": "MIT",
"private": false,
"publishConfig": {
"access": "public"
},
Expand Down
1 change: 0 additions & 1 deletion packages/npm/@amazeelabs/scaffold/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"main": "index.js",
"author": "Philipp Melab",
"license": "MIT",
"private": false,
"bin": {
"amazee-scaffold": "./cli.js"
},
Expand Down
1 change: 0 additions & 1 deletion packages/npm/drupal-test-session-cypress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
},
"author": "Amazee Labs",
"license": "MIT",
"private": false,
"scripts": {
"prepare": "tsc --outDir . --declaration",
"test": "jest",
Expand Down
1 change: 0 additions & 1 deletion packages/npm/gatsby-plugin-schema-export/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"main": "dist/index.ts",
"author": "Philipp Melab",
"license": "MIT",
"private": false,
"peerDependencies": {
"gatsby": "^3.0.0"
},
Expand Down
Loading

0 comments on commit eb3bd9c

Please sign in to comment.