Skip to content

Commit 3969360

Browse files
committed
updating skelmimosa, updating mimosa-config, deal with coffeescript updates later
1 parent fe3d00b commit 3969360

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

RELEASENOTES.md

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
### Minor Changes
44
* [mimosa-coffeelint #2](https://github.com/dbashford/mimosa-coffeelint/pull/2). Via PR, got coffeelint working with mimosa 2.0. Also upgraded coffeelint.
55
* [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.
6+
* [skelmimosa](https://github.com/dbashford/skelmimosa). Updated `mod:list` be more compact, view better with fewer columns. Updated dependencies.
67

78
## 2.0.4 - Jan 28 2014
89

mimosa-config.coffee

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
exports.config =
2-
modules: ["jshint", "coffeescript", "copy"]
2+
modules: ["jshint", "coffeescript@1.1.0", "copy"]
33
watch:
44
sourceDir: "src"
55
compiledDir: "lib"

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -58,14 +58,14 @@
5858
],
5959
"dependencies": {
6060
"lodash": "1.3.1",
61-
"coffee-script": "1.6.3",
61+
"coffee-script": "1.7.1",
6262
"ansi-color": "0.2.1",
63-
"wrench": "1.5.1",
63+
"wrench": "1.5.6",
6464
"commander": "1.3.2",
6565
"chokidar": "0.6.3",
66-
"request": "2.27.0",
66+
"request": "2.33.0",
6767
"logmimosa": "0.6.0",
68-
"skelmimosa": "0.7.1",
68+
"skelmimosa": "0.7.2",
6969
"mimosa-server": "1.2.1",
7070
"mimosa-minify-js": "1.0.1",
7171
"mimosa-minify-css": "1.0.0",

0 commit comments

Comments
 (0)