master
gapodo 2023-11-15 23:50:33 +01:00
parent 6ef82540a5
commit 5fd0717ac3
4 changed files with 2475 additions and 1522 deletions

View File

@ -1,7 +1,7 @@
{
"presets": [
[
"es2015"
"@babel/preset-env"
]
]
}

2464
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
{
"name": "simple-jsonp-promise",
"version": "1.1.0",
"version": "1.2.0",
"description": "",
"main": "build/index.js",
"scripts": {
@ -10,7 +10,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/liziqiang/simple-jsonp-promise.git"
"url": "git+https://git.kle.li/TeaSpeak/simple-jsonp-promise.git"
},
"keywords": [
"jsonp",
@ -19,11 +19,12 @@
"author": "Ziqiang Li <ziqiang.lee@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/liziqiang/simple-jsonp-promise/issues"
"url": "https://git.kle.li/TeaSpeak/simple-jsonp-promise/issues"
},
"homepage": "https://github.com/liziqiang/simple-jsonp-promise#readme",
"homepage": "https://git.kle.li/TeaSpeak/simple-jsonp-promise",
"dependencies": {
"babel-cli": "6",
"babel-preset-es2015": "6"
"@babel/cli": "^7.23.0",
"@babel/core": "^7.23.3",
"@babel/preset-env": "^7.23.3"
}
}

1512
yarn.lock

File diff suppressed because it is too large Load Diff