We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
0 parents commit 744b3cbCopy full SHA for 744b3cb
lerna.json
@@ -0,0 +1,4 @@
1
+{
2
+ "lerna": "2.0.0-beta.30",
3
+ "version": "independent"
4
+}
package.json
@@ -0,0 +1,14 @@
+ "name": "wdui",
+ "version": "0.0.1",
+ "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