Skip to content

Commit 58e2565

Browse files
committed
Renaming the project
1 parent 6107000 commit 58e2565

File tree

9 files changed

+14
-39054
lines changed

9 files changed

+14
-39054
lines changed

example/package-lock.json

Lines changed: 0 additions & 9968 deletions
This file was deleted.

example/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
2-
"name": "react-modern-library-boilerplate-example",
3-
"homepage": "https://transitive-bullshit.github.io/react-modern-library-boilerplate",
4-
"version": "0.0.0",
2+
"name": "react-web-worker-example",
3+
"homepage": "https://zonayedpca.github.io/react-web-worker",
4+
"version": "1.0.0",
55
"private": true,
66
"license": "MIT",
77
"dependencies": {
88
"prop-types": "^15.6.2",
99
"react": "^16.4.1",
1010
"react-dom": "^16.4.1",
11-
"react-modern-library-boilerplate": "link:..",
11+
"react-web-worker": "link:..",
1212
"react-scripts": "^1.1.4"
1313
},
1414
"scripts": {

example/public/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<link rel="manifest" href="%PUBLIC_URL%/manifest.json">
99
<link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico">
1010

11-
<title>react-modern-library-boilerplate</title>
11+
<title>React Web Worker - react-web-worker</title>
1212
</head>
1313

1414
<body>

example/public/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"short_name": "react-modern-library-boilerplate",
3-
"name": "react-modern-library-boilerplate",
2+
"short_name": "react-web-worker",
3+
"name": "react-web-worker",
44
"icons": [
55
{
66
"src": "favicon.ico",

example/src/App.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
import React, { Component } from 'react'
22

3-
import ExampleComponent from 'react-modern-library-boilerplate'
3+
import ExampleComponent from 'react-web-worker'
44

55
export default class App extends Component {
66
render () {
77
return (
88
<div>
9-
<ExampleComponent text='Modern React component module' />
9+
<ExampleComponent text='Working with Web Workers in React' />
1010
</div>
1111
)
1212
}

0 commit comments

Comments
 (0)