Skip to content

Commit

Permalink
Bring back log-update
Browse files Browse the repository at this point in the history
  • Loading branch information
Vadim Demedes committed Mar 4, 2019
1 parent a3570c7 commit f6b3622
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 69 deletions.
3 changes: 1 addition & 2 deletions package.json
Expand Up @@ -38,19 +38,18 @@
"text"
],
"dependencies": {
"ansi-escapes": "^3.2.0",
"arrify": "^1.0.1",
"auto-bind": "^2.0.0",
"chalk": "^2.4.1",
"cli-cursor": "^2.1.0",
"lodash.throttle": "^4.1.1",
"log-update": "^3.0.0",
"prop-types": "^15.6.2",
"react-reconciler": "^0.20.0",
"scheduler": "^0.13.2",
"slice-ansi": "^1.0.0",
"string-length": "^2.0.0",
"widest-line": "^2.0.0",
"wrap-ansi": "^4.0.0",
"yoga-layout-prebuilt": "^1.9.3"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/instance.js
@@ -1,7 +1,7 @@
import React from 'react';
import throttle from 'lodash.throttle';
import autoBind from 'auto-bind';
import logUpdate from './vendor/log-update';
import logUpdate from 'log-update';
import createReconciler from './reconciler';
import createRenderer from './renderer';
import {createNode} from './dom';
Expand Down
66 changes: 0 additions & 66 deletions src/vendor/log-update.js

This file was deleted.

0 comments on commit f6b3622

Please sign in to comment.