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 84dc255 commit e387a91
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,23 @@
{
"name": "@chrisburnell/bowhead",
"version": "0.3.1",
"version": "0.3.2",
"description": "Memorable and maintainable design tokens in SCSS",
"main": "bowhead.scss",
"scripts": {
"test": "npx sass bowhead.scss bowhead.css --no-source-map"
},
"dependencies": {},
"devDependencies": {
"sass": "^1.49.9"
},
"license": "MIT",
"author": "Chris Burnell",
"homepage": "https://github.com/chrisburnell/bowhead#readme",
"license": "MIT",
"homepage": "https://chrisburnell.com/bowhead/",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/chrisburnell/bowhead.git"
},
"bugs": {
"url": "https://github.com/chrisburnell/bowhead/issues"
},
"devDependencies": {
"sass": "^1.49.9"
},
"scripts": {
"test": "npx sass bowhead.scss bowhead.css --no-source-map"
},
"keywords": [
"design tokens",
"css",
Expand Down

0 comments on commit e387a91

Please sign in to comment.