Skip to content

Commit

Permalink
#3 updating package.json metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonwebb committed Jan 12, 2021
1 parent b7fe891 commit a98a2e6
Showing 1 changed file with 16 additions and 7 deletions.
23 changes: 16 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,30 @@
{
"name": "slick-carousel",
"version": "1.8.1",
"description": "the last carousel you'll ever need",
"name": "accessible-slick",
"version": "1.8.1@accessible360.1",
"description": "the last (accessible) carousel you'll ever need",
"main": "slick/slick.js",
"repository": {
"type": "git",
"url": "https://github.com/kenwheeler/slick.git"
"url": "https://github.com/Accessible360/accessible-slick.git"
},
"keywords": [
"accessible",
"accessibility",
"wcag",
"carousel",
"slick",
"responsive",
"js",
"slider"
"slider",
"jquery-plugin"
],
"author": "Ken Wheeler <ken_wheeler@me.com>",
"author": "Accessible360 <jwebb@accessible360.com>",
"contributors": [
{
"name": "jason webb",
"email": "jwebb@accessible360.com",
"url": "https://accessible360.com"
},
{
"name": "ken wheeler",
"email": "ken_wheeler@me.com",
Expand All @@ -42,7 +51,7 @@
],
"license": "MIT",
"bugs": {
"url": "https://github.com/kenwheeler/slick/issues"
"url": "https://github.com/Accessible360/accessible-slick/issues"
},
"peerDependencies": {
"jquery": ">=1.8.0"
Expand Down

0 comments on commit a98a2e6

Please sign in to comment.