Skip to content

Commit bf4620b

Browse files
committed
Merge branch 'master' into josh/sass
2 parents 1f4cb7e + da62ec0 commit bf4620b

File tree

6 files changed

+6
-14
lines changed

6 files changed

+6
-14
lines changed

.travis.yml

-8
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,3 @@ services:
22
- docker
33
script:
44
- docker-compose up --abort-on-container-exit
5-
deploy:
6-
provider: script
7-
skip_cleanup: true
8-
on:
9-
branches:
10-
only:
11-
- dev
12-
- master

demo2.gif renamed to demo.gif

File renamed without changes.

package/demo.gif

-114 KB
Loading

package/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "reactime",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "A library that helps debug React by memorizing the state of components with every render.",
55
"main": "index.js",
66
"repository": {

package/readme.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Reactime
22

33
[![GitHub](https://img.shields.io/github/license/oslabs-beta/reactime)](https://github.com/oslabs-beta/reactime)
4-
[![Build Status](https://secure.travis-ci.org/oslabs-beta/reactime.svg?branch=master)](https://travis-ci.com/oslabs-beta/reactime)
4+
[![Build Status](https://travis-ci.com/oslabs-beta/reactime.svg?branch=master)](https://travis-ci.com/oslabs-beta/reactime)
55
[![npm version](https://badge.fury.io/js/reactime.svg)](http://badge.fury.io/js/reactime)
66
[![Dependencies](https://david-dm.org/oslabs-beta/reactime.svg)](https://david-dm.org/oslabs-beta/reactime#info=dependencies)
77
[![DevDependencies](https://david-dm.org/oslabs-beta/reactime/dev-status.svg)](https://david-dm.org/oslabs-beta/reactime?type=dev)
@@ -10,7 +10,7 @@
1010
[![NPM](https://nodei.co/npm/reactime.png)](https://nodei.co/npm/reactime/)
1111

1212
<p align="center">
13-
<img src="demo2.gif" alt="Demo of Reactime" style="width: 55%">
13+
<img src="demo.gif" alt="Demo of Reactime" style="width: 55%">
1414
</p>
1515

1616
A debugging tool for React. Records state whenever state is changed and allows user to jump to any previous recorded state.
@@ -20,7 +20,7 @@ Two parts are needed for this tool to function. The <a href="https://chrome.goog
2020
After successfully installing the chrome extension, you can test Reactime functionalities in the demo repositories below.
2121

2222
- <a href="http://reactime-demo1.us-east-1.elasticbeanstalk.com/">Calculator</a>
23-
- <a href="http://reactime-demo2.us-east-1.elasticbeanstalk.com/"> Bitcoin Price Index</a>
23+
- <a href="http://reactime-demo2.us-east-1.elasticbeanstalk.com/">Bitcoin Price Index</a>
2424

2525
## Installing
2626

readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Reactime
22

33
[![GitHub](https://img.shields.io/github/license/oslabs-beta/reactime)](https://github.com/oslabs-beta/reactime)
4-
[![Build Status](https://secure.travis-ci.org/oslabs-beta/reactime.svg?branch=master)](https://travis-ci.com/oslabs-beta/reactime)
4+
[![Build Status](https://travis-ci.com/oslabs-beta/reactime.svg?branch=master)](https://travis-ci.com/oslabs-beta/reactime)
55
[![npm version](https://badge.fury.io/js/reactime.svg)](http://badge.fury.io/js/reactime)
66
[![Dependencies](https://david-dm.org/oslabs-beta/reactime.svg)](https://david-dm.org/oslabs-beta/reactime#info=dependencies)
77
[![DevDependencies](https://david-dm.org/oslabs-beta/reactime/dev-status.svg)](https://david-dm.org/oslabs-beta/reactime?type=dev)
@@ -10,7 +10,7 @@
1010
[![NPM](https://nodei.co/npm/reactime.png)](https://nodei.co/npm/reactime/)
1111

1212
<p align="center">
13-
<img src="demo2.gif" alt="Demo of Reactime" style="width: 55%">
13+
<img src="demo.gif" alt="Demo of Reactime" style="width: 55%">
1414
</p>
1515

1616
A debugging tool for React. Records state whenever state is changed and allows user to jump to any previous recorded state.

0 commit comments

Comments
 (0)