Skip to content
This repository has been archived by the owner on Mar 1, 2020. It is now read-only.

Commit

Permalink
Fixed #4. Fixed the syntax error.
Browse files Browse the repository at this point in the history
  • Loading branch information
IonicaBizau committed Apr 27, 2015
1 parent cb3ec53 commit ea4963a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ function CdnJsImporter (options, callback) {
* @param {Object|String} lib The git url as string or an object containing:
* - `git` (String): The `git` url.
* - `dir` (String): The directory containing the files which should be imported (default: `"/dist"` or `"/build"` or `"/src"` or `"/"`).
* - `map` (Array): The file map used by cdnjs in autoupdate process (default: `[{ basePath: lib.dir , files: ["**/*"] }]`).
* - `map` (Array): The file map used by cdnjs in autoupdate process (default: `[{ basePath: lib.dir , files: ["**\/*"] }]`).
* @param {Function} callback The callback function called with `error` and `data`.
* @return {CdnJsImporter} The `CdnJsImporter` instance.
*/
Expand Down

0 comments on commit ea4963a

Please sign in to comment.