mirror of
https://github.com/BradNut/gQuery
synced 2025-09-08 17:40:18 +00:00
bundles codegen with tsup
This commit is contained in:
parent
04b9394089
commit
be5afed139
3 changed files with 213926 additions and 3 deletions
20041
codegen/dist/codegen.js
vendored
Normal file
20041
codegen/dist/codegen.js
vendored
Normal file
File diff suppressed because it is too large
Load diff
193882
codegen/dist/plugin.js
vendored
Normal file
193882
codegen/dist/plugin.js
vendored
Normal file
File diff suppressed because one or more lines are too long
|
|
@ -23,8 +23,8 @@
|
|||
"exports": {
|
||||
".": "./dist/index.js",
|
||||
"./*": "./dist/index.js",
|
||||
"./codegen": "./codegen/plugin.js",
|
||||
"./codegen-plugin": "./codegen/codegen.js",
|
||||
"./codegen": "./codegen/dist/plugin.js",
|
||||
"./codegen-plugin": "./codegen/dist/codegen.js",
|
||||
"./package.json": "./package.json"
|
||||
},
|
||||
"homepage": "https://github.com/leveluptuts/gQuery#readme",
|
||||
|
|
@ -43,5 +43,5 @@
|
|||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"type": "module",
|
||||
"version": "0.0.3"
|
||||
"version": "0.0.4"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue