Skip to content

Commit 4df6a85

Browse files
committed
Init package.json for 'npm publish'
1 parent 4401661 commit 4df6a85

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -176,3 +176,6 @@ dist
176176

177177
test*
178178
**/test
179+
180+
181+
build/

src/packages/cmd/package.json

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"name": "order-folder",
3+
"version": "0.0.1",
4+
"description": "",
5+
"main": "build/index.js",
6+
"scripts": {
7+
"test": "echo \"Error: no test specified\" && exit 1"
8+
},
9+
"author": "",
10+
"license": "ISC"
11+
}

0 commit comments

Comments
 (0)