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 1f5971e commit 632b4f0Copy full SHA for 632b4f0
package.json
@@ -16,6 +16,13 @@
16
"engines": {
17
"node": ">=0.10.3"
18
},
19
+ "repository": {
20
+ "type": "git",
21
+ "url": "https://github.com/shmck/coderoad-es2015"
22
+ },
23
+ "bugs": {
24
+ "url": "https://github.com/shmck/coderoad-es2015/issues"
25
26
"dependencies": {
27
"mocha-coderoad": "^0.6.0",
28
"chai-spies": "0.7.1",
@@ -25,6 +32,7 @@
32
"config": {
33
"dir": "tutorial",
34
"runner": "mocha-coderoad",
- "testSuffix": ".spec.js"
35
+ "testSuffix": ".spec.js",
36
+ "edit": true
29
37
}
30
38
0 commit comments