diff options
author | Chris Talkington <chris@talkingtontech.com> | 2013-05-12 16:21:31 -0500 |
---|---|---|
committer | Dave Methvin <dave.methvin@gmail.com> | 2013-05-16 21:59:34 -0400 |
commit | 3a59f8ad6e2004e1a191173373accab03a1cc4b7 (patch) | |
tree | 91a907093ea259b78749a689e4192eeceee976ef /package.json | |
parent | befc11e3949559c518982528c9b0f9e45bfe6fa8 (diff) | |
download | jquery-3a59f8ad6e2004e1a191173373accab03a1cc4b7.tar.gz jquery-3a59f8ad6e2004e1a191173373accab03a1cc4b7.zip |
build: update release script to use nodejs archiver.
(cherry picked from commit eaee6eae0fee57337fabe41eb4558cf1acdf765b)
Conflicts:
AUTHORS.txt
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json index 20ef666d8..12f58e34c 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,8 @@ "grunt-contrib-uglify": "0.2.0", "grunt": "0.4.1", "gzip-js": "0.3.1", - "testswarm": "0.2.2" + "testswarm": "0.2.2", + "archiver": "~0.4.2" }, "keywords": [] } |