v1.2.0 支持0001到9999年。
This commit is contained in:
5
index.js
5
index.js
@@ -1,4 +1,4 @@
|
||||
const {Solar, Lunar, NineStar, EightChar, SolarWeek, SolarMonth, SolarSeason, SolarHalfYear, SolarYear, SolarUtil, LunarUtil, HolidayUtil} = require('./lunar.js')
|
||||
const {Solar, Lunar, NineStar, EightChar, SolarWeek, SolarMonth, SolarSeason, SolarHalfYear, SolarYear, LunarMonth, LunarYear, ShouXingUtil, SolarUtil, LunarUtil, HolidayUtil} = require('./lunar.js')
|
||||
|
||||
module.exports = {
|
||||
Solar: Solar,
|
||||
@@ -10,6 +10,9 @@ module.exports = {
|
||||
SolarSeason: SolarSeason,
|
||||
SolarHalfYear: SolarHalfYear,
|
||||
SolarYear: SolarYear,
|
||||
LunarMonth: LunarMonth,
|
||||
LunarYear: LunarYear,
|
||||
ShouXingUtil: ShouXingUtil,
|
||||
SolarUtil: SolarUtil,
|
||||
LunarUtil: LunarUtil,
|
||||
HolidayUtil: HolidayUtil
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "lunar-javascript",
|
||||
"version": "1.0.36",
|
||||
"version": "1.2.0",
|
||||
"description": "lunar is a calendar library for Solar and Chinese Lunar.",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user