File tree 6 files changed +6
-14
lines changed
6 files changed +6
-14
lines changed Original file line number Diff line number Diff line change @@ -2,11 +2,3 @@ services:
2
2
- docker
3
3
script :
4
4
- 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
File renamed without changes.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " reactime" ,
3
- "version" : " 2.0.1 " ,
3
+ "version" : " 2.0.2 " ,
4
4
"description" : " A library that helps debug React by memorizing the state of components with every render." ,
5
5
"main" : " index.js" ,
6
6
"repository" : {
Original file line number Diff line number Diff line change 1
1
# Reactime
2
2
3
3
[ ![ 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 )
5
5
[ ![ npm version] ( https://badge.fury.io/js/reactime.svg )] ( http://badge.fury.io/js/reactime )
6
6
[ ![ Dependencies] ( https://david-dm.org/oslabs-beta/reactime.svg )] ( https://david-dm.org/oslabs-beta/reactime#info=dependencies )
7
7
[ ![ DevDependencies] ( https://david-dm.org/oslabs-beta/reactime/dev-status.svg )] ( https://david-dm.org/oslabs-beta/reactime?type=dev )
10
10
[ ![ NPM] ( https://nodei.co/npm/reactime.png )] ( https://nodei.co/npm/reactime/ )
11
11
12
12
<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% " >
14
14
</p >
15
15
16
16
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
20
20
After successfully installing the chrome extension, you can test Reactime functionalities in the demo repositories below.
21
21
22
22
- <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 >
24
24
25
25
## Installing
26
26
Original file line number Diff line number Diff line change 1
1
# Reactime
2
2
3
3
[ ![ 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 )
5
5
[ ![ npm version] ( https://badge.fury.io/js/reactime.svg )] ( http://badge.fury.io/js/reactime )
6
6
[ ![ Dependencies] ( https://david-dm.org/oslabs-beta/reactime.svg )] ( https://david-dm.org/oslabs-beta/reactime#info=dependencies )
7
7
[ ![ DevDependencies] ( https://david-dm.org/oslabs-beta/reactime/dev-status.svg )] ( https://david-dm.org/oslabs-beta/reactime?type=dev )
10
10
[ ![ NPM] ( https://nodei.co/npm/reactime.png )] ( https://nodei.co/npm/reactime/ )
11
11
12
12
<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% " >
14
14
</p >
15
15
16
16
A debugging tool for React. Records state whenever state is changed and allows user to jump to any previous recorded state.
You can’t perform that action at this time.
0 commit comments