Skip to content

Commit be6f5a5

Browse files
committed
#2: change package name
1 parent 19a896b commit be6f5a5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
"name": "chrome-extension-webpack",
3-
"version": "0.0.1",
4-
"description": "A boilerplate to chrome extension with webpack",
2+
"name": "youtube-video-ocr",
3+
"description": "Select and area from a youtube video and process it to text.",
4+
"version": "1.1",
55
"scripts": {
6-
"build": "node utils/build.js && cp src/content.css build && cp assets/favicon.png build",
6+
"build": "node utils/build.js",
77
"start": "node utils/webserver.js"
88
},
99
"devDependencies": {

0 commit comments

Comments
 (0)