Modify appveyor.yml and add the elm tag to package.json

This commit is contained in:
Murphy Randle 2015-12-10 09:00:38 -07:00
parent 9572c8d1d8
commit 92fde28461
2 changed files with 3 additions and 2 deletions

View File

@ -115,7 +115,7 @@ build_script:
- cd %APPVEYOR_BUILD_FOLDER%
# Install languages to Atom
- apm install language-marko language-html-swig language-svg
- apm install language-marko language-html-swig language-svg language-elm
# Show current PATH
- echo %PATH%
# Run tests on package

View File

@ -160,7 +160,8 @@
"marko",
"go",
"golang",
"svg"
"svg",
"elm"
],
"devDependencies": {
"coffee-script": "^1.9.3",