feature: reduce import size path by 188%
This commit is contained in:
parent
9a5130e0f7
commit
ce499f41fb
|
@ -8,7 +8,7 @@ Production Build: 103B (min + gz)
|
||||||
## Install
|
## Install
|
||||||
|
|
||||||
```html
|
```html
|
||||||
<script src="https://unpkg.com/ajquery@latest/ajquery.min.js"></script>
|
<script src="https://unpkg.com/ajquery"></script>
|
||||||
```
|
```
|
||||||
|
|
||||||
## Example Usage
|
## Example Usage
|
||||||
|
|
|
@ -2,10 +2,8 @@
|
||||||
"name": "ajquery",
|
"name": "ajquery",
|
||||||
"version": "2.0.0",
|
"version": "2.0.0",
|
||||||
"description": "The fastest, most lightweight, least dependency jQuery alternative",
|
"description": "The fastest, most lightweight, least dependency jQuery alternative",
|
||||||
"main": "ajquery.js",
|
"main": "ajquery.min.js",
|
||||||
"files": [
|
"files": ["ajquery.js"],
|
||||||
"ajquery.min.js"
|
|
||||||
],
|
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"prepare": "npm run build",
|
"prepare": "npm run build",
|
||||||
"start": "open example.html",
|
"start": "open example.html",
|
||||||
|
|
Loading…
Reference in New Issue