Skip to content

Commit

Permalink
updating skelmimosa, updating mimosa-config, deal with coffeescript u…
Browse files Browse the repository at this point in the history
…pdates later
  • Loading branch information
dbashford committed Jan 31, 2014
1 parent fe3d00b commit 3969360
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions RELEASENOTES.md
Expand Up @@ -3,6 +3,7 @@
### Minor Changes
* [mimosa-coffeelint #2](https://github.com/dbashford/mimosa-coffeelint/pull/2). Via PR, got coffeelint working with mimosa 2.0. Also upgraded coffeelint.
* [mimosa-coffeescript](https://github.com/dbashford/mimosa-coffeescript) and [mimosa-iced-coffeescript](https://github.com/dbashford/mimosa-iced-coffeescript) were both updated to their latest versions with the release of CoffeeScript 1.7.
* [skelmimosa](https://github.com/dbashford/skelmimosa). Updated `mod:list` be more compact, view better with fewer columns. Updated dependencies.

## 2.0.4 - Jan 28 2014

Expand Down
2 changes: 1 addition & 1 deletion mimosa-config.coffee
@@ -1,5 +1,5 @@
exports.config =
modules: ["jshint", "coffeescript", "copy"]
modules: ["jshint", "coffeescript@1.1.0", "copy"]
watch:
sourceDir: "src"
compiledDir: "lib"
Expand Down
8 changes: 4 additions & 4 deletions package.json
Expand Up @@ -58,14 +58,14 @@
],
"dependencies": {
"lodash": "1.3.1",
"coffee-script": "1.6.3",
"coffee-script": "1.7.1",
"ansi-color": "0.2.1",
"wrench": "1.5.1",
"wrench": "1.5.6",
"commander": "1.3.2",
"chokidar": "0.6.3",
"request": "2.27.0",
"request": "2.33.0",
"logmimosa": "0.6.0",
"skelmimosa": "0.7.1",
"skelmimosa": "0.7.2",
"mimosa-server": "1.2.1",
"mimosa-minify-js": "1.0.1",
"mimosa-minify-css": "1.0.0",
Expand Down

0 comments on commit 3969360

Please sign in to comment.