Skip to content

Commit

Permalink
Fix invalid reference to visualizeRevTree
Browse files Browse the repository at this point in the history
We can now reference this directly from npm instead of resolving
from GitHub. The reference to GitHub was incorrect (referenced
non-existent gh-pages tag) which resulted in a resolution error
in the latest npm.
  • Loading branch information
willholley committed Oct 14, 2019
1 parent 1312498 commit e6b43e1
Show file tree
Hide file tree
Showing 3 changed files with 71 additions and 29 deletions.
2 changes: 1 addition & 1 deletion app/addons/documents/rev-browser/actions.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
import FauxtonAPI from "../../../core/api";
import {post} from "../../../core/ajax";
import ActionTypes from "./actiontypes";
import getTree from "visualizeRevTree/lib/getTree";
import getTree from "visualize-rev-tree/lib/getTree";
import PouchDB from "pouchdb-core";
import PouchHttpAdapter from 'pouchdb-adapter-http';
PouchDB.plugin(PouchHttpAdapter);
Expand Down
96 changes: 69 additions & 27 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
"url-loader": "^2.0.1",
"urls": "~0.0.3",
"uuid": "^3.0.1",
"visualizeRevTree": "git+https://github.com/neojski/visualizeRevTree.git#gh-pages",
"visualize-rev-tree": "0.0.1",
"webpack": "^4.41.0",
"webpack-cli": "^3.3.9",
"webpack-dev-server": "^3.8.2",
Expand Down

0 comments on commit e6b43e1

Please sign in to comment.