Use grunt-shell to retrieve git commit if not existent as environment variable

This commit is contained in:
Erjan Gavalji
2015-03-31 12:09:52 +03:00
parent a6837a82fe
commit 4987dc2ef0
2 changed files with 22 additions and 2 deletions

View File

@@ -3,8 +3,8 @@
"description": "Telerik NativeScript Core",
"version": "0.4.2",
"repository": {
"type": "git",
"url": "https://github.com/NativeScript/cross-platform-modules"
"type": "git",
"url": "https://github.com/NativeScript/cross-platform-modules"
},
"files": [
"**/*.*",
@@ -17,6 +17,7 @@
"grunt-contrib-copy": "0.5.0",
"grunt-exec": "0.4.5",
"grunt-multi-dest": "1.0.0",
"grunt-shell": "1.1.2",
"grunt-ts": "1.12.1",
"grunt-tslint": "0.4.2",
"typescript": "1.4.1"