Skip to content

Commit

Permalink
feat(package): make private
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcus Gartner committed Jul 8, 2016
1 parent 579bcb1 commit 497be86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "pdffonts",
"name": "@lob/pdffonts",
"version": "0.0.1",
"description": "Node bindings for Poppler's pdffonts CLI",
"main": "./lib/pdffonts.js",
Expand Down

1 comment on commit 497be86

@tlhunter
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note that this doesn't make a module private, it makes it scoped. A "private": true field in the package.json file will make it private.

Please sign in to comment.