mirror of
https://github.com/bower/bower.git
synced 2026-04-24 03:00:19 -04:00
Revert "spec: rename jqueryui package to match registry."
Package was misnamed originally. Fixing in the registry instead.
This reverts commit 1a74353d2d.
This commit is contained in:
@@ -96,7 +96,7 @@ describe('package', function () {
|
||||
|
||||
pkg.on('resolve', function () {
|
||||
var deps = _.pluck(pkg.getDeepDependencies(), 'name');
|
||||
assert.deepEqual(_.uniq(deps), ["package-bootstrap", "jqueryui", "jquery"]);
|
||||
assert.deepEqual(_.uniq(deps), ["package-bootstrap", "jquery-ui", "jquery"]);
|
||||
next();
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user