Skip to content

Commit

Permalink
Revert "upgrade magicbook and node; use local version of magicbook-we…
Browse files Browse the repository at this point in the history
…bpack "
  • Loading branch information
luisaph authored Mar 19, 2024
1 parent 68d0b8c commit 540281e
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.0.0
14.18.0
2 changes: 1 addition & 1 deletion magicbook-html.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"title": "Code of Music",
"addPlugins": [
"magicbook-codesplit",
"src/plugins/magicbook-webpack",
"magicbook-webpack",
"src/plugins/p5",
"src/plugins/inlineButton",
"src/plugins/interactiveSketch"
Expand Down
2 changes: 1 addition & 1 deletion magicbook-pdf.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"title": "Code of Music",
"addPlugins": [
"magicbook-codesplit",
"src/plugins/magicbook-webpack",
"magicbook-webpack",
"src/plugins/p5",
"src/plugins/inlineButton",
"src/plugins/interactiveSketch"
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,9 @@
"copy-webpack-plugin": "6",
"highlight.js": "^11.2.0",
"liquidjs": "^9.25.1",
"magicbook": "^0.1.33",
"magicbook": "^0.1.19",
"magicbook-codesplit": "^0.1.6",
"magicbook-webpack": "0.0.4",
"monaco-editor": "0.33.0",
"p5": "^1.4.0",
"path": "^0.12.7",
Expand All @@ -41,11 +42,10 @@
"source-map-loader": "^3.0.0",
"tinyliquid": "^0.2.34",
"tone": "^14.7.77",
"webpack": "^5.0.0"
"webpack": "^4.42.1"
},
"devDependencies": {
"firebase-tools": "^9.16.0",
"live-server": "^1.2.1"
},
"packageManager": "[email protected]"
}
}
2 changes: 1 addition & 1 deletion src/stylesheets/html.scss
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ section[data-type='sect1'] {
top: 0;
left: 0;
padding: $menu-padding;
padding-top: calc($header-height / 2);
padding-top: $header-height / 2;
display: block;
@media (max-width: $bp-medium) {
box-shadow: 0 0 100px rgba(0, 0, 0, 0.2);
Expand Down
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const config = {
entry: './src/javascripts/app.js',
output: {
path: 'assets',
filename: 'app-[fullhash].js',
filename: 'app-[hash].js',
},
module: {
rules: [
Expand Down

0 comments on commit 540281e

Please sign in to comment.