File tree Expand file tree Collapse file tree 3 files changed +23
-7
lines changed Expand file tree Collapse file tree 3 files changed +23
-7
lines changed Original file line number Diff line number Diff line change 1
1
The "New" BSD License:
2
2
**********************
3
3
4
- Copyright (c) 2005-2013 , The Dojo Foundation
4
+ Copyright (c) 2005-2014 , The Dojo Foundation
5
5
All rights reserved.
6
6
7
7
Redistribution and use in source and binary forms, with or without
Original file line number Diff line number Diff line change @@ -20,16 +20,22 @@ All contributions require a [Dojo Foundation CLA](http://dojofoundation.org/abou
20
20
21
21
This project requires the following other project to run:
22
22
23
- * requirejs
23
+ * requirejs
24
24
25
25
## Installation
26
26
27
- * Bower release installation: ` bower install requirejs-dplugins `
27
+ _ Bower _ release installation:
28
28
29
- * Manual master installation: go to the root Dojo installation directory and clone requirejs-dplugins from github:
29
+ $ bower install requirejs-dplugins
30
30
31
- `$ git clone git://github.com/ibm-js/requirejs-dplugins.git`
31
+ _ Manual _ master installation:
32
32
33
+ $ git clone git://github.com/ibm-js/requirejs-dplugins.git
34
+
35
+ Then install dependencies with bower (or manually from github if you prefer to):
36
+
37
+ $ cd requirejs-dplugins
38
+ $ bower install
33
39
34
40
## Documentation
35
41
### i18n
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " requirejs-dplugins" ,
3
- "version" : " 0.1.0-dev"
2
+ "name" : " requirejs-dplugins" ,
3
+ "version" : " 0.1.0-dev" ,
4
+ "dependencies" : {
5
+ "requirejs" : " 2.1.x"
6
+ },
7
+ "ignore" : [
8
+ " .jshintrc" ,
9
+ " .gitattributes" ,
10
+ " .travis.yml" ,
11
+ " tests" ,
12
+ " CONTRIBUTING.md"
13
+ ]
4
14
}
You can’t perform that action at this time.
0 commit comments