Skip to content

Commit 3b5f76f

Browse files
author
LazyTesting
committed
fixed merge conflict
2 parents 52caa59 + a480ad0 commit 3b5f76f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

engine/total-downhill-distance/package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,9 @@
77
"test": "./node_modules/.bin/istanbul cover ./node_modules/mocha/bin/_mocha -- -R spec spec"
88
},
99
"author": "Maarten Groeneweg",
10-
"license": "ISC"
10+
"license": "ISC",
11+
"devDependencies": {
12+
"istanbul": "^0.4.5",
13+
"mocha": "^3.1.2"
14+
}
1115
}

0 commit comments

Comments
 (0)