Skip to content

Commit

Permalink
updated node modules.
Browse files Browse the repository at this point in the history
  • Loading branch information
kelp404 committed Mar 29, 2014
1 parent af0a5f2 commit 325dede
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
},
"devDependencies": {
"grunt": "~0.4.2",
"grunt-contrib-watch": "~0.5.3",
"grunt-contrib-watch": "~0.6.1",
"grunt-contrib-coffee": "~0.10.0",
"grunt-contrib-compass": "~0.7.0",
"grunt-contrib-connect": "^0.7.1",
Expand All @@ -46,9 +46,9 @@
"karma-requirejs": "~0.2.1",
"karma-html2js-preprocessor": "~0.1.0",
"karma-jasmine": "~0.1.5",
"karma-coffee-preprocessor": "~0.1.2",
"karma-coffee-preprocessor": "~0.2.1",
"karma-phantomjs-launcher": "~0.1.2",
"karma": "~0.10.9",
"grunt-karma": "~0.6.2"
"karma": "~0.12.1",
"grunt-karma": "~0.8.2"
}
}
3 changes: 3 additions & 0 deletions test/karma-ng1.2.config.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ module.exports = (config) ->
'test/specs/*.coffee'
]

preprocessors:
'**/*.coffee': 'coffee'

# list of files to exclude
exclude: []

Expand Down
3 changes: 3 additions & 0 deletions test/karma-ng1.2.min.config.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ module.exports = (config) ->
'test/specs/*.coffee'
]

preprocessors:
'**/*.coffee': 'coffee'

# list of files to exclude
exclude: []

Expand Down

0 comments on commit 325dede

Please sign in to comment.