Skip to content

Commit

Permalink
Merge pull request #4 from justinklemm/deps
Browse files Browse the repository at this point in the history
Dependency Updates
  • Loading branch information
justinklemm committed Feb 14, 2015
2 parents 9ed49ee + d0f8997 commit dd164eb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion index.coffee
Expand Up @@ -124,4 +124,4 @@ i18nStringsFiles.prototype.compile = (data) ->
return output


module.exports = new i18nStringsFiles
module.exports = new i18nStringsFiles
8 changes: 4 additions & 4 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "i18n-strings-files",
"version": "0.0.6",
"version": "0.0.7",
"main": "./index.js",
"description": "Process .strings files used for localization in iOS/OSX development",
"homepage": "https://github.com/justinklemm/i18n-strings-files",
Expand All @@ -13,11 +13,11 @@
"url": "git://github.com/justinklemm/i18n-strings-files.git"
},
"dependencies": {
"iconv": "~2.0.7"
"iconv": "~2.1.5"
},
"devDependencies": {
"mocha": "~1.16.1",
"should": "~2.1.1"
"mocha": "~2.1.0",
"should": "~5.0.0"
},
"scripts": {
"test": "./node_modules/.bin/mocha"
Expand Down

0 comments on commit dd164eb

Please sign in to comment.