Skip to content

Commit

Permalink
Add links to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
valentin-duveau committed Oct 31, 2023
1 parent 82c3272 commit 2805376
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,21 @@
{
"type": "module",
"name": "backtotop",
"name": "@axn/backtotop",
"version": "1.0.0",
"description": "Simple back-to-top button library.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "MIT"
"repository": {
"type": "git",
"url": "git+https://github.com/AXN-Informatique/backtotop.git"
},
"bugs": {
"url": "https://github.com/AXN-Informatique/backtotop/issues"
},
"homepage": "https://github.com/AXN-Informatique/backtotop#readme",
"author": "AXN Informatique",
"license": "MIT",
"keywords": ["a11y", "accessibility", "back-to-top"]
}

0 comments on commit 2805376

Please sign in to comment.