Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c902374dd7 | ||
|
|
2106d0ee62 |
4
index.js
4
index.js
@@ -1,9 +1,10 @@
|
||||
const {Solar, Lunar, Foto, NineStar, EightChar, SolarWeek, SolarMonth, SolarSeason, SolarHalfYear, SolarYear, LunarMonth, LunarYear, LunarTime, ShouXingUtil, SolarUtil, LunarUtil, FotoUtil, HolidayUtil} = require('./lunar.js')
|
||||
const {Solar, Lunar, Foto, Tao, NineStar, EightChar, SolarWeek, SolarMonth, SolarSeason, SolarHalfYear, SolarYear, LunarMonth, LunarYear, LunarTime, ShouXingUtil, SolarUtil, LunarUtil, FotoUtil, TaoUtil, HolidayUtil} = require('./lunar.js')
|
||||
|
||||
module.exports = {
|
||||
Solar: Solar,
|
||||
Lunar: Lunar,
|
||||
Foto: Foto,
|
||||
Tao: Tao,
|
||||
NineStar: NineStar,
|
||||
EightChar: EightChar,
|
||||
SolarWeek: SolarWeek,
|
||||
@@ -18,5 +19,6 @@ module.exports = {
|
||||
SolarUtil: SolarUtil,
|
||||
LunarUtil: LunarUtil,
|
||||
FotoUtil: FotoUtil,
|
||||
TaoUtil: TaoUtil,
|
||||
HolidayUtil: HolidayUtil
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "lunar-javascript",
|
||||
"version": "1.2.14",
|
||||
"version": "1.2.16",
|
||||
"description": "lunar is a calendar library for Solar and Chinese Lunar.",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user