close
The Wayback Machine - https://web.archive.org/web/20220201124308/https://github.com/pubkey/rxdb/commit/9d0e4ee4f3c9ef0c177c24d75a845ae6a27c9d2b
Skip to content
Permalink
Browse files
FIX installation with node 15
  • Loading branch information
pubkey committed May 19, 2021
1 parent a41c4dc commit 9d0e4ee4f3c9ef0c177c24d75a845ae6a27c9d2b
Showing with 3 additions and 5 deletions.
  1. +1 ∄1�71 babel.config.js
  2. +2 ∄1�72 docs-src/files/logo/package.json
  3. +0 ∄1�72 package.json
@@ -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', {
@@ -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"
},
@@ -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"
}
}
@@ -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",
@@ -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"

0 comments on commit 9d0e4ee

Please sign in to comment.