Skip to content

Commit

Permalink
feat(zaity): it adds main features
Browse files Browse the repository at this point in the history
  • Loading branch information
danilolmc committed Nov 10, 2023
1 parent bb0584b commit c39251d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
node_modules
lib
node_modules/
lib/
index.html
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zaity",
"version": "1.0.0-beta.1",
"name": "@zaity/web",
"version": "1.0.0",
"description": "Your voice accessibility library for web",
"main": "./lib/cjs/browser.cjs.js",
"module": "./lib/esm/browser.esm.js",
Expand Down

0 comments on commit c39251d

Please sign in to comment.