Skip to content

Commit

Permalink
v0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
emma-sg committed Aug 26, 2024
1 parent d14d0e3 commit 92a14bb
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hickory",
"version": "1.0.0",
"version": "0.0.1",
"description": "Webrecorder's Design System",
"type": "module",
"repository": "https://github.com/webrecorder/hickory",
Expand All @@ -9,11 +9,19 @@
"workspaces": [
"packages/*"
],
"scripts": {
"version": "changeset version && yarn install --frozen-lockfile"
},
"devDependencies": {
"prettier": "^3.3.3",
"typescript": "^5.5.4"
},
"engines": {
"node": ">20"
"node": ">=20"
},
"packageManager": "yarn@1.22.22",
"dependencies": {
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.7"
}
}

0 comments on commit 92a14bb

Please sign in to comment.