Skip to content

Commit

Permalink
FIX installation with node 15
Browse files Browse the repository at this point in the history
  • Loading branch information
pubkey committed May 19, 2021
1 parent a41c4dc commit 9d0e4ee
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const plugins = [
}],
'@babel/transform-sticky-regex',
'@babel/transform-unicode-regex',
'@babel/check-constants', ['@babel/transform-spread', {
['@babel/transform-spread', {
'loose': true
}],
'@babel/transform-parameters', ['@babel/transform-destructuring', {
Expand Down
4 changes: 2 additions & 2 deletions docs-src/files/logo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"main": "index.js",
"scripts": {
"start": "browserify js.js > js.build.js",
"// watch": "TODO watchify was removed because it crashed on install in node 15",
"watch": "watchify js.js -o js.build.js -dv",
"test": "echo \"Error: no test specified\" && exit 1"
},
Expand All @@ -16,7 +17,6 @@
"d3": "4.13.0",
"opentype.js": "0.6.9",
"text-to-svg": "3.1.5",
"vectorize-text": "3.0.2",
"watchify": "3.11.1"
"vectorize-text": "3.0.2"
}
}
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@
"devDependencies": {
"@babel/cli": "7.14.3",
"@babel/core": "7.14.3",
"@babel/plugin-check-constants": "7.0.0-beta.38",
"@babel/plugin-proposal-class-properties": "7.13.0",
"@babel/plugin-proposal-object-rest-spread": "7.14.2",
"@babel/plugin-transform-member-expression-literals": "7.12.13",
Expand Down Expand Up @@ -217,7 +216,6 @@
"typescript": "4.2.4",
"walk-sync": "2.2.0",
"watch": "1.0.2",
"watchify": "4.0.0",
"webpack": "4.46.0",
"webpack-bundle-analyzer": "4.4.2",
"webpack-cli": "4.7.0"
Expand Down

0 comments on commit 9d0e4ee

Please sign in to comment.