Skip to content

Commit

Permalink
Explicitly install peerdependencies
Browse files Browse the repository at this point in the history
Builds against recent nodejs versions are failing due to
missing peerdependencies. This adds the following packages
explicitly in package.json:

 * acorn
 * ajv

Fixes #1230 (properly)
  • Loading branch information
willholley committed Oct 14, 2019
1 parent 96eb6db commit 72a31a4
Show file tree
Hide file tree
Showing 2 changed files with 79 additions and 23 deletions.
98 changes: 76 additions & 22 deletions package-lock.json

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

4 changes: 3 additions & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "fauxton",
"version": "1.2.1",
"version": "1.2.2",
"description": "Fauxton is a modular CouchDB dashboard and Futon replacement.",
"main": "./index.js",
"directories": {
Expand Down Expand Up @@ -34,6 +34,8 @@
"@babel/preset-react": "^7.0.0",
"@babel/register": "^7.4.4",
"@webcomponents/url": "~0.7.1",
"acorn": "^6.0.0",
"ajv": "^6.9.1",
"async": "~0.2.6",
"babel-eslint": "^9.0.0",
"babel-loader": "^8.0.6",
Expand Down

0 comments on commit 72a31a4

Please sign in to comment.