Skip to content

Commit f7ee8e7

Browse files
authored
Merge pull request #107 from oslabs-beta/rydang/build
new build for chrome web store
2 parents bb31cb1 + b4dd2ba commit f7ee8e7

File tree

6 files changed

+4
-5
lines changed

6 files changed

+4
-5
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@ tictactoe
66
parents
77
coverage
88
src/extension/build.zip
9+
src/extension/build.crx
10+
src/extension/build/key.pem

package/react-time-travel-1.0.1.tgz

-49.4 KB
Binary file not shown.

package/react-time-travel-1.0.4.tgz

-54.2 KB
Binary file not shown.

readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -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

src/app/styles/main.scss

-3
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@
1414
// 5. Components
1515
@import 'components/buttons', 'components/actionComponent', 'components/jsonTree';
1616

17-
// other styles that needs to be modularized
18-
@import 'styles';
19-
2017
// slider component
2118
@import './components/rc-slider', './components/sliderHandle';
2219

src/extension/build/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Reactime",
3-
"version": "2.0",
3+
"version": "2.1",
44
"devtools_page": "devtools.html",
55
"description": "A Chrome extension that helps debug React by memorizing the state of components with every render.",
66
"manifest_version": 2,

0 commit comments

Comments
 (0)