Skip to content

Commit 9a59fd1

Browse files
committed
Remove list of dependencies from README.
Note that the list was omitting jQuery even though it's currently used directly by the css plugin. Relatedly, remove the line about manually installing jQuery since it's now installed automatically, because it's used by the css plugin, since the 0714c2c change to use jQuery promises. That line should be added back if the jQuery dependency is removed from bower.json, if requirejs-dplugins is updated to use lie instead of jQuery promises. Refs ibm-js/decor#29.
1 parent 704eed2 commit 9a59fd1

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

README.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,11 @@ No official release yet.
1919
This project is distributed by the Dojo Foundation and licensed under the ["New" BSD License](./LICENSE).
2020
All contributions require a [Dojo Foundation CLA](http://dojofoundation.org/about/claForm).
2121

22-
## Dependencies
23-
24-
This project requires the following other project to run:
25-
26-
* requirejs
27-
2822
## Installation
2923

3024
_Bower_ release installation:
3125

3226
$ bower install requirejs-dplugins
33-
$ bower install jquery (if you are using the jquery plugin)
3427

3528
_Manual_ master installation:
3629

0 commit comments

Comments
 (0)