Fil
10000
e tree Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
31
31
},
32
32
{
33
33
"name" : " npm" ,
34
- "version" : " >5"
34
+ "version" : " >= 5"
35
35
}
36
36
]
37
37
}
@@ -58,7 +58,7 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
58
58
{
59
59
"config" : {
60
60
"appVersions" : {
61
- "vscode" : " < 0.2"
61
+ "vscode" : " >= 0.2"
62
62
},
63
63
}
64
64
```
@@ -80,3 +80,14 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
80
80
},
81
81
}
82
82
```
83
+
84
+ Resulting in a folder structure like the following:
85
+
86
+ ```
87
+ - .vscode
88
+ - coderoad (test runner files only with their own setup)
89
+ - package.json
90
+ - tests
91
+ - package.json
92
+ - server.js
93
+ ```
You can’t perform that action at this time.
0 commit comments