File tree Expand file tree Collapse file tree 6 files changed +6
-14
lines changed Expand file tree Collapse file tree 6 files changed +6
-14
lines changed Original file line number Diff line number Diff line change @@ -2,11 +2,3 @@ services:
22 - docker
33script :
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
File renamed without changes.
Original file line number Diff line number Diff line change 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" : {
Original file line number Diff line number Diff line change 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 )
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
1616A 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
2020After 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
Original file line number Diff line number Diff line change 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 )
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
1616A 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