Skip to content

Commit

Permalink
Update package.json to include version and description
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanjonker-illinois authored Aug 23, 2024
1 parent a6694c8 commit 0733839
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@illinois-toolkit/ilw-call-to-action",
"description": "One paragraph description of the component.",
"description": "Illinois Toolkit: The call to action component is used to prompt visitors to perform an action or a few related actions, such as subscribing to a newsletter or beginning an application.",
"repository": "github:web-illinois/ilw-call-to-action",
"private": false,
"license": "MIT",
"version": "0.0.1",
"version": "1.0.0-alpha",
"type": "module",
"files": [
"src/**",
Expand Down Expand Up @@ -32,4 +32,4 @@
"vite": "^5.2.0",
"postcss-nested": "^6.2.0"
}
}
}

0 comments on commit 0733839

Please sign in to comment.