Skip to content

Commit 24fab81

Browse files
author
Alex Yang
committed
initial commit: add package.json
0 parents  commit 24fab81

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
module.exports = (message) => message.toUpperCase();

package.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"name": "mock-echo",
3+
"version": "1.0.0",
4+
"description": "Mock laravel Echo",
5+
"main": "index.js",
6+
"scripts": {
7+
"test": "echo \"Error: no test specified\" && exit 1"
8+
},
9+
"repository": {
10+
"type": "git",
11+
"url": "git+ssh://[email protected]/alexxiyang/mock-echo.git"
12+
},
13+
"keywords": [
14+
"Laravel",
15+
"Echo",
16+
"Testing"
17+
],
18+
"author": "Alex Yang",
19+
"license": "MIT",
20+
"bugs": {
21+
"url": "https://github.com/alexxiyang/mock-echo/issues"
22+
},
23+
"homepage": "https://github.com/alexxiyang/mock-echo#readme"
24+
}

0 commit comments

Comments
 (0)