Upgrade to 2.0.0
Showing
- LICENSE 21 additions, 0 deletionsLICENSE
- README.md 13 additions, 9 deletionsREADME.md
- dist/jquery-utc-time.min.js 1 addition, 1 deletiondist/jquery-utc-time.min.js
- example.html 4 additions, 6 deletionsexample.html
- package-lock.json 3750 additions, 4 deletionspackage-lock.json
- package.json 15 additions, 8 deletionspackage.json
- src/jquery-utc-time.js 55 additions, 52 deletionssrc/jquery-utc-time.js
- webpack.config.js 15 additions, 0 deletionswebpack.config.js
LICENSE
0 → 100644
This diff is collapsed.
{ | ||
"name": "jquery-utc-time", | ||
"version": "1.3.11", | ||
"version": "2.0.0", | ||
"description": "A jquery plugin which converts UTC time to local time easily.", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"build": "webpack" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+ssh://git@github.com/Anduin2017/jquery-utc-time.git" | ||
}, | ||
"keywords": [ | ||
"jquery" | ||
], | ||
"main": "dist/jquery-utc-time.min.js", | ||
"files": [ | ||
"dist/jquery-utc-time.min.js" | ||
], | ||
"author": "anduin@aiursoft.com", | ||
"license": "ISC", | ||
"bugs": { | ||
"url": "https://github.com/Anduin2017/jquery-utc-time/issues" | ||
}, | ||
"license": "MIT", | ||
"homepage": "https://github.com/Anduin2017/jquery-utc-time#readme", | ||
"dependencies": { | ||
"jquery": "^3.4.0" | ||
"jquery": "^3.5.1" | ||
}, | ||
"devDependencies": { | ||
"webpack": "^4.43.0", | ||
"webpack-cli": "^3.3.11" | ||
} | ||
} |
webpack.config.js
0 → 100644
Please register or sign in to comment