Don't use hardcoded temporary directory paths

This commit is contained in:
Steve Gravrock
2015-02-22 15:32:39 -08:00
parent 8c59875afe
commit 0776146d3b
2 changed files with 4 additions and 6 deletions

View File

@@ -28,6 +28,7 @@
"grunt-contrib-jshint": "~0.7.0",
"jasmine": "https://github.com/jasmine/jasmine-npm/archive/master.tar.gz",
"load-grunt-tasks": "^0.4.0",
"shelljs": "~0.1.4"
"shelljs": "~0.1.4",
"temp": "~0.8.1"
}
}