Skip to content

Commit

Permalink
Lowercase package name
Browse files Browse the repository at this point in the history
  • Loading branch information
wheeyls committed Feb 5, 2019
1 parent b70c0eb commit 8555c09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ with different concerns.

## Installation

npm install @g2crowd/extractOptions --save
npm install @g2crowd/extract-options --save

## Usage

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@g2crowd/extractOptions",
"name": "@g2crowd/extract-options",
"version": "1.0.0",
"description": "Pull namespaced options out of a hash",
"main": "index.js",
Expand Down

0 comments on commit 8555c09

Please sign in to comment.