@bquery/bquery 1.0.0 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -3
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -4,9 +4,9 @@
|
|
|
4
4
|
[](https://github.com/bquery/bquery/stargazers)
|
|
5
5
|
[](https://github.com/bquery/bquery/issues)
|
|
6
6
|
[](https://github.com/bquery/bquery/blob/main/LICENSE.md)
|
|
7
|
-
[](https://www.npmjs.com/package/bquery)
|
|
8
|
-
[](https://bundlephobia.com/package/bquery)
|
|
9
|
-
[](https://unpkg.com/bquery
|
|
7
|
+
[](https://www.npmjs.com/package/@bquery/bquery)
|
|
8
|
+
[](https://bundlephobia.com/package/@bquery/bquery)
|
|
9
|
+
[](https://unpkg.com/@bquery/bquery)
|
|
10
10
|
|
|
11
11
|
**The jQuery for the modern Web Platform.**
|
|
12
12
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bquery/bquery",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"description": "The jQuery for the Modern Web Platform - Zero build, TypeScript-first library with reactivity, components, and motion",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/full.umd.js",
|
|
@@ -85,13 +85,13 @@
|
|
|
85
85
|
"zero-build",
|
|
86
86
|
"cdn"
|
|
87
87
|
],
|
|
88
|
-
"author": "
|
|
88
|
+
"author": "Jonas Pfalzgraf <support@josunlp.de>",
|
|
89
89
|
"license": "MIT",
|
|
90
90
|
"repository": {
|
|
91
91
|
"type": "git",
|
|
92
92
|
"url": "https://github.com/bquery/bquery.git"
|
|
93
93
|
},
|
|
94
|
-
"homepage": "https://bquery.
|
|
94
|
+
"homepage": "https://bquery.flausch-code.de",
|
|
95
95
|
"bugs": {
|
|
96
96
|
"url": "https://github.com/bquery/bquery/issues"
|
|
97
97
|
},
|