Skip to content

Commit

Permalink
Remove bundled dependencies to avoid issues with yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
pago committed Apr 3, 2019
1 parent f7d4d19 commit 8bf8a4e
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 29 deletions.
6 changes: 0 additions & 6 deletions packages/melody-compiler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,6 @@
"melody-traverse": "^1.1.0",
"melody-types": "^1.1.0"
},
"bundledDependencies": [
"babel-types",
"babel-generator",
"babel-template",
"random-seed"
],
"devDependencies": {
"melody-extension-core": "1.2.0-21.1",
"melody-plugin-idom": "1.2.0-21.1",
Expand Down
5 changes: 0 additions & 5 deletions packages/melody-extension-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,6 @@
"lodash": "^4.12.0",
"shortid": "^2.2.6"
},
"bundledDependencies": [
"babel-types",
"babel-template",
"shortid"
],
"peerDependencies": {
"melody-idom": "^1.1.0",
"melody-parser": "^1.1.0",
Expand Down
3 changes: 0 additions & 3 deletions packages/melody-parser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@
"lodash": "^4.12.0",
"melody-code-frame": "1.2.0-21.1"
},
"bundledDependencies": [
"he"
],
"peerDependencies": {
"melody-types": "^1.1.0"
},
Expand Down
3 changes: 0 additions & 3 deletions packages/melody-plugin-idom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@
"dependencies": {
"babel-types": "^6.8.1"
},
"bundledDependencies": [
"babel-types"
],
"peerDependencies": {
"melody-types": "^1.1.0"
},
Expand Down
3 changes: 0 additions & 3 deletions packages/melody-plugin-jsx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@
"dependencies": {
"babel-types": "^6.8.1"
},
"bundledDependencies": [
"babel-types"
],
"peerDependencies": {
"melody-traverse": "^1.1.0",
"melody-types": "^1.1.0"
Expand Down
3 changes: 0 additions & 3 deletions packages/melody-plugin-load-functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@
"dependencies": {
"babel-types": "^6.8.1"
},
"bundledDependencies": [
"babel-types"
],
"peerDependencies": {
"melody-types": "^1.1.0"
},
Expand Down
3 changes: 0 additions & 3 deletions packages/melody-plugin-skip-if/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@
"dependencies": {
"babel-types": "^6.8.1"
},
"bundledDependencies": [
"babel-types"
],
"peerDependencies": {
"melody-types": "^1.1.0"
},
Expand Down
3 changes: 0 additions & 3 deletions packages/melody-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@
"dependencies": {
"babel-types": "^6.8.1"
},
"bundledDependencies": [
"babel-types"
],
"devDependencies": {
"rollup-plugin-babel": "^2.6.1"
}
Expand Down

0 comments on commit 8bf8a4e

Please sign in to comment.