Skip to content

Commit 7d056d3

Browse files
committed
Add missing coveralls and escape-html deps
1 parent 1e7b496 commit 7d056d3

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@
44
"description": "Takes a tag-name, attributes object, and an array of children and turns them into an xml string",
55
"main": "index.js",
66
"scripts": {
7-
"test": "mocha",
8-
"lint": "eslint *.js",
97
"test": "istanbul cover _mocha",
8+
"lint": "eslint *.js",
109
"posttest": "npm run lint",
1110
"test:watch": "mocha --reporter dot --watch",
1211
"test:browser": "zuul --local -- test.js",
@@ -31,9 +30,13 @@
3130
"homepage": "https://github.com/tracespace/xml-element-string#readme",
3231
"devDependencies": {
3332
"chai": "^3.5.0",
33+
"coveralls": "^2.11.9",
3434
"eslint": "^2.12.0",
3535
"istanbul": "^0.4.3",
3636
"mocha": "^2.5.3",
3737
"zuul": "^3.10.1"
38+
},
39+
"dependencies": {
40+
"escape-html": "^1.0.3"
3841
}
3942
}

0 commit comments

Comments
 (0)