Skip to content
This repository has been archived by the owner on Jul 6, 2019. It is now read-only.

Commit

Permalink
fix(i18n): forgot to add locales to files
Browse files Browse the repository at this point in the history
  • Loading branch information
zkat committed Jun 10, 2017
1 parent 2766260 commit 4118d6a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"man": "./npx.1",
"files": [
"*.js",
"npx.1"
"npx.1",
"locales"
],
"scripts": {
"docs": "tail -n +2 README.md | marked-man --manual 'User Commands' --version \"$npm_package_name@$npm_package_version\" > $npm_package_name.1",
Expand Down

0 comments on commit 4118d6a

Please sign in to comment.