Skip to content

Commit

Permalink
prerelease: 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisrzhou committed Jul 18, 2021
1 parent 7232210 commit 22d211d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "uinix-ui",
"version": "0.1.11-beta.1",
"version": "0.2.0",
"description": "A minimal framework-agnostic UI system to build UI systems. Your system, your rules 🤘.",
"license": "MIT",
"keywords": [
Expand Down Expand Up @@ -66,14 +66,14 @@
"preact": "^10.5.14",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"solid-js": "^1.0.2",
"solid-js": "^1.0.3",
"tape": "^5.2.2",
"type-coverage": "^2.17.5",
"typescript": "^4.3.5",
"uinix-scripts": "^0.1.2",
"webpack": "^5.44.0",
"webpack": "^5.45.1",
"webpack-dev-server": "^3.11.2",
"xo": "^0.41.0"
"xo": "^0.42.0"
},
"scripts": {
"build": "npm run clean && tsc && type-coverage",
Expand Down

0 comments on commit 22d211d

Please sign in to comment.