Skip to content
This repository has been archived by the owner on Nov 30, 2018. It is now read-only.

Commit

Permalink
Fixing some version numbers in the Mimosa skeleton.
Browse files Browse the repository at this point in the history
  • Loading branch information
EisenbergEffect committed Oct 23, 2013
1 parent bd5e4e8 commit 879e168
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions platforms/Mimosa/StarterKit/mimosa-config.coffee
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
exports.config =
# 0.14.12 is needed for optimization to work properly
minMimosaVersion:'0.14.12'
minMimosaVersion:'1.0.0'

modules: [
'server'
Expand All @@ -10,7 +9,7 @@ exports.config =
'combine'
'requirebuild-include'
'requirebuild-textplugin-include'
'bower@0.9.0'
'bower'
'lint'
]

Expand Down

0 comments on commit 879e168

Please sign in to comment.