Skip to content

Commit

Permalink
Specify coffescript version
Browse files Browse the repository at this point in the history
  • Loading branch information
André Neves committed Mar 13, 2015
1 parent bea73c5 commit 0957328
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
.build*
.npm
2 changes: 1 addition & 1 deletion package.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Package.describe({
Package.registerBuildPlugin({
name: 'andrefgneves:iconfont',

use: ['coffeescript'],
use: ['coffeescript@1.0.5'],

sources: [
'plugin/iconfont.coffee'
Expand Down

0 comments on commit 0957328

Please sign in to comment.