Skip to content

Commit

Permalink
Renaming package
Browse files Browse the repository at this point in the history
  • Loading branch information
rigor789 committed Mar 6, 2017
1 parent c448db9 commit 93ffb06
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -18,9 +18,9 @@ The package exposes some functions that you can use [programatically](#programat
With [npm](http://npmjs.org) do:

```bash
$ npm install vue-scrollTo --save
$ npm install vue-scrollto --save
```

*Note*: The package used to be named `vue-scrollTo` with a capital T, but due to limited support for mixed case in npm, it has been renamed to a lowercase name.
## Usage

### As a directive
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,5 +1,5 @@
{
"name": "vue-scrollTo",
"name": "vue-scrollto",
"version": "2.4.0",
"description": "Adds a directive that listens for click events and scrolls to elements.",
"main": "index.js",
Expand Down

0 comments on commit 93ffb06

Please sign in to comment.