Skip to content

Commit 632b4f0

Browse files
committed
editable repo
1 parent 1f5971e commit 632b4f0

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

package.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,13 @@
1616
"engines": {
1717
"node": ">=0.10.3"
1818
},
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+
},
1926
"dependencies": {
2027
"mocha-coderoad": "^0.6.0",
2128
"chai-spies": "0.7.1",
@@ -25,6 +32,7 @@
2532
"config": {
2633
"dir": "tutorial",
2734
"runner": "mocha-coderoad",
28-
"testSuffix": ".spec.js"
35+
"testSuffix": ".spec.js",
36+
"edit": true
2937
}
3038
}

0 commit comments

Comments
 (0)