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 48ff7ac
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 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-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 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-kit",
"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 Expand Up @@ -91,4 +91,4 @@
"type": "git",
"url": "https://github.com/danilolmc/zaity.git"
}
}
}

0 comments on commit 48ff7ac

Please sign in to comment.