Skip to content

Commit

Permalink
Ensure packages are transpiled with babel
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbainter committed Dec 6, 2020
1 parent 482977e commit 5557086
Show file tree
Hide file tree
Showing 174 changed files with 984 additions and 911 deletions.
205 changes: 164 additions & 41 deletions package-lock.json

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

8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,18 @@
"private": true,
"devDependencies": {
"@babel/core": "^7.3.4",
"@babel/plugin-transform-runtime": "^7.12.1",
"@babel/preset-env": "^7.3.4",
"@rollup/plugin-babel": "^5.2.2",
"@rollup/plugin-commonjs": "^17.0.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^11.0.0",
"eslint": "^7.10.0",
"eslint-config-metalex9": "^0.3.0",
"glob": "^7.1.3",
"lerna": "^3.22.1",
"prettier": "^1.16.4",
"rollup": "^2.0.2",
"rollup-plugin-babel": "^4.3.2",
"rollup-plugin-json": "^3.1.0",
"rollup": "^2.34.2",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-terser": "^7.0.2"
},
Expand Down
16 changes: 12 additions & 4 deletions packages/make-piece-oxalis/package-lock.json

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

1 change: 1 addition & 0 deletions packages/make-piece-oxalis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"access": "public"
},
"dependencies": {
"@babel/runtime": "^7.12.5",
"@generative-music/utilities": "^4.3.1"
},
"peerDependencies": {
Expand Down
4 changes: 4 additions & 0 deletions packages/make-piece-oxalis/src/.babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"presets": ["@babel/preset-env"],
"plugins": ["@babel/plugin-transform-runtime"]
}
16 changes: 12 additions & 4 deletions packages/piece-420hz-gamma-waves-for-big-brain/package-lock.json

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

Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"access": "public"
},
"dependencies": {
"@babel/runtime": "^7.12.5",
"@generative-music/utilities": "^4.3.1"
}
}
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"presets": ["@babel/preset-env"]
"presets": ["@babel/preset-env"], "plugins": ["@babel/plugin-transform-runtime"]
}
16 changes: 12 additions & 4 deletions packages/piece-a-viable-system/package-lock.json

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

Loading

0 comments on commit 5557086

Please sign in to comment.