Skip to content

Commit

Permalink
Add the "files" directive to prevent the showing "README.ja.md" on th…
Browse files Browse the repository at this point in the history
…e npm registry
  • Loading branch information
kjirou committed Dec 2, 2016
1 parent 70d464c commit 3008e8a
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion package.json
Expand Up @@ -36,5 +36,16 @@
},
"dependencies": {
"rxjs": "5.0.0-rc.3"
}
},
"files": [
"LICENSE",
"README.md",
"doc",
"examples",
"index.js",
"lib",
"jsdoc",
"test",
"package.json"
]
}

0 comments on commit 3008e8a

Please sign in to comment.