Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73fbd92 commit 4034389Copy full SHA for 4034389
CHANGELOG.md
@@ -31,7 +31,7 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
31
},
32
{
33
"name": "npm",
34
- "version": ">5"
+ "version": ">=5"
35
}
36
]
37
@@ -58,7 +58,7 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
58
59
"config": {
60
"appVersions": {
61
- "vscode": "<0.2"
+ "vscode": ">=0.2"
62
63
64
```
@@ -80,3 +80,14 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
80
81
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
0 commit comments