Skip to content

Commit

Permalink
Package name must be lowercase
Browse files Browse the repository at this point in the history
  • Loading branch information
Fuzzyma committed Mar 5, 2017
1 parent 76f75a8 commit 6d70522
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ For a demo see https://jsfiddle.net/wout/sn7um5fr/
Install `svg.colorAt.js` using bower or npm:

```
bower install svg.colorAt.js
npm install svg.colorAt.js
bower install svg.colorat.js
npm install svg.colorat.js
```

Include the script after svg.js
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "svg.colorAt.js",
"name": "svg.colorat.js",
"version": "1.0.0",
"homepage": "https://github.com/svgdotjs/svg.colorAt.js",
"authors": [
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": "svg.colorAt.js",
"name": "svg.colorat.js",
"version": "1.0.0",
"description": "An extension for svg.js which allows to pick a color from a gradint at a specific position",
"keywords": [
Expand Down

0 comments on commit 6d70522

Please sign in to comment.