Skip to content

Commit

Permalink
Merge pull request #1 from Heliks/dev
Browse files Browse the repository at this point in the history
feat(): implement position: absolute
  • Loading branch information
Heliks authored Aug 19, 2024
2 parents e64e3b7 + afb742a commit 23acc9f
Show file tree
Hide file tree
Showing 7 changed files with 890 additions and 755 deletions.
9 changes: 2 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@heliks/flex",
"description": "Implementation of flexbox algorithm in typescript",
"version": "0.0.2",
"version": "0.0.3",
"devDependencies": {
"@types/jest": "29.0.1",
"@types/node": "^20.14.2",
Expand All @@ -21,10 +21,5 @@
},
"files": [
"lib/*"
],
"dependencies": {
"-": "^0.0.1",
"g": "^2.0.1",
"pnpm": "^8.1.1"
}
]
}
Loading

0 comments on commit 23acc9f

Please sign in to comment.