1
0
镜像自地址 https://github.com/coolaj86/ajquery.js.git 已同步 2024-11-16 17:29:02 +00:00

feature: reduce import size path by 188%

这个提交包含在:
AJ ONeal 2021-07-23 04:43:29 -06:00
父节点 9a5130e0f7
当前提交 ce499f41fb
共有 2 个文件被更改,包括 3 次插入5 次删除

查看文件

@ -8,7 +8,7 @@ Production Build: 103B (min + gz)
## Install
```html
<script src="https://unpkg.com/ajquery@latest/ajquery.min.js"></script>
<script src="https://unpkg.com/ajquery"></script>
```
## Example Usage

查看文件

@ -2,10 +2,8 @@
"name": "ajquery",
"version": "2.0.0",
"description": "The fastest, most lightweight, least dependency jQuery alternative",
"main": "ajquery.js",
"files": [
"ajquery.min.js"
],
"main": "ajquery.min.js",
"files": ["ajquery.js"],
"scripts": {
"prepare": "npm run build",
"start": "open example.html",