Skip to content

Commit 0461b36

Browse files
committed
Init
1 parent ef78a0e commit 0461b36

File tree

3 files changed

+21
-0
lines changed

3 files changed

+21
-0
lines changed

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
console.log('hello world')

package.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"name": "electron-audio-player",
3+
"version": "0.0.1",
4+
"description": "",
5+
"main": "index.js",
6+
"scripts": {
7+
"test": "echo \"Error: no test specified\" && exit 1"
8+
},
9+
"repository": {
10+
"type": "git",
11+
"url": "git+https://github.com/hypermodules/electron-audio-player.git"
12+
},
13+
"author": "",
14+
"license": "MIT",
15+
"bugs": {
16+
"url": "https://github.com/hypermodules/electron-audio-player/issues"
17+
},
18+
"homepage": "https://github.com/hypermodules/electron-audio-player#readme"
19+
}

test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
console.log('hello world')

0 commit comments

Comments
 (0)