diff options
author | Scott González <scott.gonzalez@gmail.com> | 2014-03-18 11:48:21 -0400 |
---|---|---|
committer | Dave Methvin <dave.methvin@gmail.com> | 2014-03-21 12:33:58 -0400 |
commit | e04c465b644b1f756155cf15af5fda0e63f585e3 (patch) | |
tree | 351277fe129c6c2f406bc2f811e5dbbbfdbfa6b8 /package.json | |
parent | 10d7d5ce9db60359694aa87d5856007af0ed4912 (diff) | |
download | jquery-e04c465b644b1f756155cf15af5fda0e63f585e3.tar.gz jquery-e04c465b644b1f756155cf15af5fda0e63f585e3.zip |
Build: Update release script for new jquery-release API
Closes gh-1544
(cherry picked from commit 5265cdac3d84b7bb4f8013ef10adaa5a9968fb1c)
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/package.json b/package.json index 91d97499f..e4970fa78 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,6 @@ ], "dependencies": {}, "devDependencies": { - "archiver": "0.5.2", "commitplease": "1.7.0", "grunt": "0.4.2", "grunt-bowercopy": "0.7.1", @@ -44,7 +43,6 @@ "gzip-js": "0.3.2", "load-grunt-tasks": "0.3.0", "requirejs": "2.1.10", - "shelljs": "0.2.6", "testswarm": "1.1.0" }, "scripts": { |