diff options
| author | Sudhir Jonathan | 2012-10-21 11:50:16 +0530 |
|---|---|---|
| committer | Igor Minar | 2012-10-31 17:00:00 -0700 |
| commit | 8ce84cb2eaf34bf084431ba09174be33253abe91 (patch) | |
| tree | 6894ff5139b15b4d90efea6c05f9443dd6479cbf /package.json | |
| parent | d981c2a3ecfaf572a836c7533ee3a9553aae327d (diff) | |
| download | angular.js-8ce84cb2eaf34bf084431ba09174be33253abe91.tar.bz2 | |
chore(testacular): use local testacular version
Making testacular a dependency to avoid having to install it globally.
(Causes npm issues on some machines)
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index e9849fe2..b3833816 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,7 @@ "name": "AngularJS", "version": "0.0.0", "dependencies" : { + "testacular" : "canary", "jasmine-node" : "*", "q-fs" : "*", "qq" : "*" |
