Skip to content

Commit

Permalink
change package name
Browse files Browse the repository at this point in the history
Package name changed due to NPM
  • Loading branch information
SeBassTian23 committed Feb 2, 2019
1 parent 519d16d commit b1c2cb8
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 @@ -9,13 +9,13 @@ This [jQuery] plugin allows to conveniently display data like contributions on a
### Using NPM

```Bash
npm install calendarheatmap
npm install jquery-calendar-heatmap
```

### Using bower

```Bash
bower install calendarheatmap
bower install jquery-calendar-heatmap
```

### Manual
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": "calendarheatmap",
"name": "jquery-calendar-heatmap",
"version": "1.0.0",
"license": "MIT",
"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": "calendarheatmap",
"name": "jquery-calendar-heatmap",
"version": "1.0.0",
"description": "A simple Calendar Heatmap for jQuery.",
"keywords": [
Expand Down

0 comments on commit b1c2cb8

Please sign in to comment.