Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andris9 committed Apr 20, 2016
1 parent b65ed22 commit 30c334d
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 17 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Expand Up @@ -3,9 +3,8 @@ node_js:
- "0.10"
- 0.12
- iojs

before_install:
- npm install -g grunt-cli
- 4
- 5

notifications:
email:
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
# Changelog

## v1.1.0

* Adds support for adding a textdomain from an already parsed json object

## v1.0.0 2015-01-21

* Bumped version to 1.0.0 to be compatible with semver
Expand Down
33 changes: 19 additions & 14 deletions package.json
@@ -1,12 +1,14 @@
{
"name": "node-gettext",
"description": "Gettext client for Node.js to use .mo files for I18N",
"version": "1.0.1",
"version": "1.1.0",
"author": "Andris Reinman",
"maintainers": [{
"name": "andris",
"email": "andris@node.ee"
}],
"maintainers": [
{
"name": "andris",
"email": "andris@node.ee"
}
],
"homepage": "http://github.com/andris9/node-gettext",
"repository": {
"type": "git",
Expand All @@ -16,19 +18,22 @@
"test": "grunt"
},
"main": "./lib/gettext",
"licenses": [{
"type": "MIT",
"url": "http://github.com/andris9/node-gettext/blob/master/LICENSE"
}],
"licenses": [
{
"type": "MIT",
"url": "http://github.com/andris9/node-gettext/blob/master/LICENSE"
}
],
"dependencies": {
"gettext-parser": "^1.1.0"
"gettext-parser": "^1.1.2"
},
"devDependencies": {
"chai": "^1.10.0",
"grunt": "^0.4.5",
"grunt-contrib-jshint": "^0.10.0",
"chai": "^3.5.0",
"grunt": "^1.0.1",
"grunt-cli": "^1.2.0",
"grunt-contrib-jshint": "^1.0.0",
"grunt-mocha-test": "^0.12.7",
"mocha": "^2.1.0"
"mocha": "^2.4.5"
},
"engine": {
"node": ">=0.6"
Expand Down

0 comments on commit 30c334d

Please sign in to comment.