Skip to content

Commit 46c4e3c

Browse files
committed
- rename to ldquery for naming alignment with other packages.
1 parent dbb0861 commit 46c4e3c

File tree

4 files changed

+42
-157
lines changed

4 files changed

+42
-157
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Change Logs
22

3+
## v2.2.1
4+
5+
- rename to `ldquery` for naming alignment with other packages.
6+
7+
38
## v2.2.0
49

510
- support positive and negative list in `cls`.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ lightweight DOM Helpers in Vanilla JS.
77

88
install via npm:
99

10-
npm install @loadingio/ldquery
10+
npm install ldquery
1111

1212
or, download it from github:
1313

package-lock.json

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

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
22
"author": "zbryikt",
3-
"name": "@loadingio/ldquery",
3+
"name": "ldquery",
44
"description": "lite jQuery-like HTMLElement shorthands",
55
"license": "MIT",
6-
"version": "2.2.0",
6+
"version": "2.2.1",
77
"files": [
88
"dist/**/*"
99
],
10-
"homepage": "https://github.com/loadingio/ldQuery",
10+
"homepage": "https://github.com/loadingio/ldquery",
1111
"repository": {
1212
"type": "git",
13-
"url": "https://github.com/loadingio/ldQuery"
13+
"url": "https://github.com/loadingio/ldquery"
1414
},
1515
"engines": {
1616
"node": ">=10.14.1",

0 commit comments

Comments
 (0)