Skip to content

Commit 7d8d7c2

Browse files
update Readme.md, package.json and main.js
1 parent 0df4c34 commit 7d8d7c2

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

Readme.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# What's Ryunix? A vanilla JS lib!
22

3-
[![](https://data.jsdelivr.com/v1/package/gh/Neyunse/kquery/badge?style=rounded)](https://www.jsdelivr.com/package/gh/unsetsoft/kquery)
4-
53
This library is based on Jquery, because jquery is somewhat outdated is that this clone is born.
64

75
Ryunix works in the same way as jquery, however, many of the events or functions of jquery are not recreated here. Either to simplify the code, Ryunix is easy and fast to use.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.1.10",
2+
"version": "1.1.11",
33
"main": "./src/lib/main.js",
44
"scripts": {
55
"dev": "nodemon ./src/server.js",

0 commit comments

Comments
 (0)