@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.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -4,9 +4,9 @@
4
4
  [![Stars](https://img.shields.io/github/stars/bquery/bquery?style=flat&logo=github)](https://github.com/bquery/bquery/stargazers)
5
5
  [![Issues](https://img.shields.io/github/issues/bquery/bquery?style=flat&logo=github)](https://github.com/bquery/bquery/issues)
6
6
  [![License](https://img.shields.io/github/license/bquery/bquery?style=flat)](https://github.com/bquery/bquery/blob/main/LICENSE.md)
7
- [![npm](https://img.shields.io/npm/v/bquery)](https://www.npmjs.com/package/bquery)
8
- [![Bundle Size](https://img.shields.io/bundlephobia/minzip/bquery)](https://bundlephobia.com/package/bquery)
9
- [![unpkg](https://img.shields.io/badge/unpkg-browse-blue?logo=unpkg)](https://unpkg.com/bquery/)
7
+ [![npm](https://img.shields.io/npm/v/@bquery/bquery)](https://www.npmjs.com/package/@bquery/bquery)
8
+ [![Bundle Size](https://img.shields.io/bundlephobia/minzip/@bquery/bquery)](https://bundlephobia.com/package/@bquery/bquery)
9
+ [![unpkg](https://img.shields.io/badge/unpkg-browse-blue?logo=unpkg)](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.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": "bQuery Contributors",
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.dev",
94
+ "homepage": "https://bquery.flausch-code.de",
95
95
  "bugs": {
96
96
  "url": "https://github.com/bquery/bquery/issues"
97
97
  },