calendar-dates
Advanced tools
Comparing version
{ | ||
"name": "calendar-dates", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "author": "Sung Kim", |
### What is this? | ||
Get a list of calendar dates. | ||
This is to be used mainly for Calendar control developers. | ||
This library is not yet tested. | ||
Very Alpha-ish release. | ||
I will be adding some tests while learning Jest later on. | ||
### Installation | ||
```bash | ||
npm i calendar-dates | ||
# or | ||
yarn add calendar-dates | ||
``` | ||
### How to use this |
@@ -7,7 +7,14 @@ import resolve from "rollup-plugin-node-resolve"; | ||
input: "src/index.js", | ||
output: { | ||
file: "dist/calendardates.js", | ||
format: "cjs", | ||
name: "calendar-dates" | ||
}, | ||
output: [ | ||
{ | ||
file: "dist/calendardates.cjs.js", | ||
format: "cjs", | ||
name: "calendar-dates" | ||
}, | ||
{ | ||
file: "dist/calendardates.esm.js", | ||
format: "cjs", | ||
name: "calendar-dates" | ||
} | ||
], | ||
plugins: [ | ||
@@ -14,0 +21,0 @@ resolve(), |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
314938
1.05%9
12.5%238
59.73%19
137.5%1
Infinity%