Skip to content

Commit

Permalink
Update package.json to make this a scoped package.
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Stoots committed Mar 26, 2019
1 parent 4e665f0 commit c760adc
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "convert-units",
"name": "@bstoots/convert-units",
"version": "3.0.0",
"description": "Convert between quantities in different units",
"main": "lib",
Expand All @@ -26,5 +26,13 @@
"contributors": [
"Ben Ng <[email protected]> (http://benng.me)"
],
"license": "MIT"
"license": "MIT",
"bugs": {
"url": "https://github.com/bstoots/convert-units/issues"
},
"homepage": "https://github.com/bstoots/convert-units#readme",
"directories": {
"lib": "lib",
"test": "test"
}
}

0 comments on commit c760adc

Please sign in to comment.