1
0
kopia lustrzana https://github.com/coolaj86/ajquery.js.git synced 2024-11-16 17:29:02 +00:00
This commit is contained in:
AJ ONeal 2021-07-23 04:43:35 -06:00
rodzic ce499f41fb
commit 3987fabd36
2 zmienionych plików z 5 dodań i 3 usunięć

2
package-lock.json wygenerowano
Wyświetl plik

@ -1,5 +1,5 @@
{
"name": "ajquery",
"version": "2.0.0",
"version": "2.0.1",
"lockfileVersion": 1
}

Wyświetl plik

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