Skip to content

Commit 744b3cb

Browse files
committed
init
0 parents  commit 744b3cb

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

lerna.json

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"lerna": "2.0.0-beta.30",
3+
"version": "independent"
4+
}

package.json

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"name": "wdui",
3+
"version": "0.0.1",
4+
"description": "wdui",
5+
"main": "index.js",
6+
"scripts": {
7+
"test": "echo \"Error: no test specified\" && exit 1"
8+
},
9+
"author": "wdfe",
10+
"license": "MIT",
11+
"devDependencies": {
12+
"lerna": "2.0.0-beta.30"
13+
}
14+
}

0 commit comments

Comments
 (0)