Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
Andres Olave committed Jun 20, 2016
1 parent 6365e96 commit 941aa98
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 8 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "ngChatScroller",
"name": "ng-chat-scroller",
"version": "0.1.2",
"homepage": "https://github.com/sloops77/ngChatScroller",
"authors": [
Expand Down
22 changes: 15 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
{
"name": "ngChatScroller",
"name": "ng-chat-scroller",
"private": false,
"version": "0.1.2",
"repository": {
"url": "git://github.com/sloops77/ngChatScroller.git"
},
"browser" : "dist/ngChatScroller.js",
"author": {
"name": "Andres Olave",
"email": "[email protected]"
},
"browser": "dist/ngChatScroller.js",
"author": "Andres Olave <[email protected]>",
"bugs": {
"url": "https://github.com/sloops77/ngChatScroller/issues"
},
Expand Down Expand Up @@ -71,5 +68,16 @@
{
"type": "MIT"
}
]
],
"description": "A smooth scroller for chat based apps that reverse scroll (bottom to top)",
"homepage": "https://github.com/sloops77/ngChatScroller#readme",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"angular",
"chat",
"scroll"
],
"license": "MIT"
}

0 comments on commit 941aa98

Please sign in to comment.