Skip to content

Commit 48ff7ac

Browse files
committed
feat(zaity): it adds main features
1 parent bb0584b commit 48ff7ac

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
node_modules
2-
lib
1+
node_modules/
2+
lib/
33
index.html

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "zaity",
3-
"version": "1.0.0-beta.1",
2+
"name": "zaity-kit",
3+
"version": "1.0.0",
44
"description": "Your voice accessibility library for web",
55
"main": "./lib/cjs/browser.cjs.js",
66
"module": "./lib/esm/browser.esm.js",
@@ -91,4 +91,4 @@
9191
"type": "git",
9292
"url": "https://github.com/danilolmc/zaity.git"
9393
}
94-
}
94+
}

0 commit comments

Comments
 (0)