complete integration test results

This commit is contained in:
Joao Moreno
2018-06-12 17:24:23 +02:00
parent f9911c7446
commit 4dc738593b
28 changed files with 929 additions and 143 deletions

View File

@@ -438,15 +438,17 @@
},
"devDependencies": {
"@types/node": "8.0.33",
"mocha-junit-reporter": "^1.17.0",
"mocha-multi-reporters": "^1.1.7",
"vscode": "1.0.1"
},
"dependencies": {
"@emmetio/html-matcher": "^0.3.3",
"@emmetio/css-parser": "ramya-rao-a/css-parser#vscode",
"@emmetio/html-matcher": "^0.3.3",
"@emmetio/math-expression": "^0.1.1",
"image-size": "^0.5.2",
"vscode-emmet-helper": "^1.2.10",
"vscode-languageserver-types": "^3.5.0",
"image-size": "^0.5.2",
"vscode-nls": "3.2.1"
}
}
}