Skip to content

Commit 1fb51c0

Browse files
committed
Renaming project from react-web-worker to react-web-workers
1 parent b96813b commit 1fb51c0

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

example/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
2-
"name": "react-web-worker-example",
3-
"homepage": "https://zonayedpca.github.io/react-web-worker",
2+
"name": "react-web-workers-example",
3+
"homepage": "https://zonayedpca.github.io/react-web-workers",
44
"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-web-worker": "link:..",
11+
"react-web-workers": "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 Web Worker - react-web-worker</title>
11+
<title>React Web Worker - react-web-workers</title>
1212
</head>
1313

1414
<body>

example/src/App.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import React, { Component } from 'react'
22

3-
import WebWorker from 'react-web-worker'
3+
import WebWorker from 'react-web-workers'
44

55
import message from './workers/message'
66
import count from './workers/count'

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
2-
"name": "react-web-worker",
2+
"name": "react-web-workers",
33
"version": "1.0.0",
44
"description": "Simplest wat to work with Web Workers in React",
55
"author": "Zonayed Ahmed",
66
"license": "MIT",
7-
"repository": "zonayedpca/react-web-worker",
7+
"repository": "zonayedpca/react-web-workers",
88
"main": "dist/index.js",
99
"module": "dist/index.es.js",
1010
"engines": {

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# react-web-worker
1+
# react-web-workers
22

33
> A Simple Library to use web worker with your React Application Easily
44
@@ -15,7 +15,7 @@ If you are using some expensive processes inside your webpage, make sure you don
1515

1616
## Examples
1717

18-
- Here's an Example of this library [Example](https://github.com/https://github.com/zonayedpca/react-web-worker/tree/master/example)
18+
- Here's an Example of this library [Example](https://github.com/https://github.com/zonayedpca/react-web-workers/tree/master/example)
1919
- Here's an Example of web worker in Action [Web Worker in Action](https://github.com/zonayedpca/web-workers)
2020

2121
## License

0 commit comments

Comments
 (0)