-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #69 from RallyApps/update_deps
Upgrade dependencies to support node > 7 and windows 10
- Loading branch information
Showing
8 changed files
with
28 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"author": "Kyle Morse <[email protected]>", | ||
"name": "rally-app-builder", | ||
"description": "A node module that assists in the building of Rally Apps", | ||
"version": "1.4.1", | ||
"version": "1.5.1", | ||
"homepage": "https://github.com/rallyapps/rally-app-builder", | ||
"repository": { | ||
"type": "git", | ||
|
@@ -19,13 +19,12 @@ | |
"coffee-script": "1.4.x", | ||
"commander": "0.6.x", | ||
"express": "4.2.x", | ||
"fetch-github-repo": "0.1.2", | ||
"grunt": "~0.4.5", | ||
"grunt-cli": "~0.1.9", | ||
"grunt-contrib-clean": "0.4.x", | ||
"grunt-contrib-concat": "0.3.x", | ||
"grunt-contrib-jasmine": "0.4.x", | ||
"grunt-contrib-watch": "~0.4.4", | ||
"grunt": "1.0.1", | ||
"grunt-cli": "1.2.0", | ||
"grunt-contrib-clean": "1.0.0", | ||
"grunt-contrib-concat": "1.0.1", | ||
"grunt-contrib-jasmine": "1.1.0", | ||
"grunt-contrib-watch": "1.0.0", | ||
"handlebars": "~1.0.11", | ||
"jshint": "~2.9.2", | ||
"less": "~1.7.0", | ||
|
@@ -34,14 +33,15 @@ | |
"node-watch": "~0.3.4", | ||
"open": "~0.0.5", | ||
"promise-to-validate": "~0.3.0", | ||
"rally-fetch-github-repo": "0.2.2", | ||
"request": "~2.11.4", | ||
"shelljs": "^0.3.0", | ||
"uglify-js": "2.7.3", | ||
"yargs": "4.3.1" | ||
}, | ||
"devDependencies": { | ||
"mocha": "1.6.x", | ||
"wrench": "1.3.x", | ||
"fs-extra": "2.0.0", | ||
"mocha": "3.2.x", | ||
"sinon": "^1.10.2" | ||
}, | ||
"scripts": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters