Skip to content

Commit

Permalink
Merge pull request #883 from Sarenor/feat/issue-881-expand-package-json
Browse files Browse the repository at this point in the history
As discussed in issue #881 added more details to package json.
  • Loading branch information
endigo9740 committed Jan 26, 2023
2 parents 2c8392f + cfb849e commit 85add85
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions package.json
Expand Up @@ -17,6 +17,15 @@
"coverage": "vitest run --coverage",
"build:jss": "node ./scripts/generate-jss.js"
},
"repository": {
"type": "git",
"url": "https://github.com/skeletonlabs/skeleton.git"
},
"bugs": {
"url": "https://github.com/skeletonlabs/skeleton/issues"
},
"license": "MIT",
"homepage": "https://skeleton.dev/",
"devDependencies": {
"@sveltejs/adapter-auto": "^1.0.2",
"@sveltejs/kit": "^1.1.3",
Expand All @@ -26,7 +35,7 @@
"@testing-library/svelte": "^3.2.2",
"@typescript-eslint/eslint-plugin": "^5.48.2",
"@typescript-eslint/parser": "^5.48.2",
"@vercel/analytics": "^0.1.8-beta.0",
"@vercel/analytics": "^0.1.8-beta.0",
"autoprefixer": "^10.4.13",
"c8": "^7.12.0",
"edit-package-json": "^0.8.7",
Expand Down Expand Up @@ -63,4 +72,4 @@
"./styles/*": "./src/lib/styles/*",
"./tailwind/*": "./src/lib/tailwind/*"
}
}
}

0 comments on commit 85add85

Please sign in to comment.