Skip to content

Commit

Permalink
Add locales
Browse files Browse the repository at this point in the history
  • Loading branch information
shinichy committed Mar 9, 2016
1 parent 4b8df64 commit 2dd95f5
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
{
"name": "word_count",
"version": "0.1.6",
"version": "0.1.7",
"description": "Word count package",
"main": "index.js",
"repository": "silkedit/word_count",
"author": "SilkEdit team",
"license": "MIT"
"license": "MIT",
"locales": {
"ja": {
"description" : "単語カウントパッケージ"
}
}
}

0 comments on commit 2dd95f5

Please sign in to comment.