diff options
| author | James Talmage | 2013-08-21 19:17:07 -0400 |
|---|---|---|
| committer | Igor Minar | 2013-08-24 12:49:57 -0700 |
| commit | e848099d1bc0aacc6e940b1c14bf63eac97a66fb (patch) | |
| tree | 6420e16b3db1197092371a7b72cb20cf577b7925 /package.json | |
| parent | 5d9f42050a11015adbd5dc4dde73818919e93a99 (diff) | |
| download | angular.js-e848099d1bc0aacc6e940b1c14bf63eac97a66fb.tar.bz2 | |
chore(tests): add Promises/A+ Test Suite to the build
Closes #3693
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/package.json b/package.json index 1d43cb99..001a942f 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,9 @@ "grunt-contrib-jasmine-node": "~0.1.1", "grunt-parallel": "git://github.com/vojtajina/grunt-parallel.git#streaming-per-task", "grunt-ddescribe-iit": "~0.0.1", - "grunt-merge-conflict": "~0.0.1" + "grunt-merge-conflict": "~0.0.1", + "promises-aplus-tests": "~1.3.2", + "grunt-shell": "~0.3.1" }, "licenses": [ { |
