Skip to content

Commit

Permalink
Release 0.5.9
Browse files Browse the repository at this point in the history
  • Loading branch information
seeden committed Mar 23, 2017
1 parent 6961738 commit aa09d46
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "translate-maker",
"version": "0.5.8",
"version": "0.5.9",
"description": "Lightweight translation module. Internationalize your great project.",
"main": "dist/index.js",
"files": [
Expand Down Expand Up @@ -48,7 +48,9 @@
},
"homepage": "https://github.com/CherryProjects/translate-maker",
"jest": {
"modulePathIgnorePatterns": ["__tests__/locales/.*"]
"modulePathIgnorePatterns": [
"__tests__/locales/.*"
]
},
"dependencies": {
"debug": "^2.6.3",
Expand Down

0 comments on commit aa09d46

Please sign in to comment.