Skip to content

Commit

Permalink
add: homepage to package.json for better visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisburnell committed Oct 16, 2022
1 parent afb20a5 commit 8335ade
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,24 @@
{
"name": "@chrisburnell/pentatonic",
"version": "1.1.1",
"version": "1.1.2",
"description": "Turn any array of integers into a fun little melody.",
"main": "pentatonic.js",
"scripts": {
"test": "eslint pentatonic.js"
},
"dependencies": {},
"devDependencies": {
"eslint": "^8.7.0"
},
"license": "CC0",
"author": "Chris Burnell",
"homepage": "https://github.com/chrisburnell/pentatonic",
"license": "CC0",
"homepage": "https://chrisburnell.com/pentatonic/",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/chrisburnell/pentatonic.git"
},
"bugs": {
"url": "https://github.com/chrisburnell/pentatonic/issues"
},
"devDependencies": {
"eslint": "^8.7.0"
},
"main": "pentatonic.js",
"scripts": {
"test": "eslint pentatonic.js"
},
"keywords": [
"js",
"audio"
Expand Down

0 comments on commit 8335ade

Please sign in to comment.