Skip to content

Commit

Permalink
Релиз
Browse files Browse the repository at this point in the history
  • Loading branch information
DimNS committed Jul 25, 2018
1 parent 6889b5a commit 6bdaa62
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
```bash
bower install --save jquery-slidetext
```
или
```bash
npm i jquery-slidetext
```

## Подключение
```javascript
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Плагин прокрутки текста при наведении курсора мыши",
"homepage": "https://github.com/DimNS/jQuery.SlideText",
"authors": [
"DimNS <atomcms@ya.ru>"
"DimNS <dimns@dimns.ru>"
],
"keywords": [
"slidetext",
Expand Down
10 changes: 10 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
{
"name": "jquery-slidetext",
"description": "Плагин прокрутки текста при наведении курсора мыши",
"version": "1.0.0",
"homepage": "https://github.com/DimNS/jQuery.SlideText",
"author": "DimNS <dimns@dimns.ru>",
"keywords": [
"slidetext",
"jquery.slidetext"
],
"license": "MIT",
"devDependencies": {
"gulp": "^3.9.1",
"gulp-rename": "^1.2.2",
Expand Down

0 comments on commit 6bdaa62

Please sign in to comment.