Skip to content

Commit

Permalink
url and updating chokidar
Browse files Browse the repository at this point in the history
  • Loading branch information
dbashford committed Aug 26, 2013
1 parent cf5f29b commit ac71a3e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -5,7 +5,7 @@ mimosa-import-source

This is a Mimosa module for copying files from somewhere on the file system into your project as the first step of a build/watch. This allows, among other things, files from other projects to merge with files from the project using this module, giving the function of a single codebase.

For more information regarding Mimosa, see http://mimosajs.com
For more information regarding Mimosa, see http://mimosa.io

## Usage

Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "mimosa-import-source",
"version": "0.4.0",
"version": "0.4.1",
"homepage": "https://github.com/dbashford/mimosa-import-source",
"author": "David Bashford",
"description": "Mimosa module for copying files into the project before building starts",
Expand All @@ -22,7 +22,7 @@
],
"dependencies": {
"logmimosa": "0.5.0",
"chokidar": "0.6.2",
"chokidar": "0.6.3",
"wrench": "1.5.1",
"lodash": "1.3.1"
},
Expand Down

0 comments on commit ac71a3e

Please sign in to comment.