calendar-month-view
Advanced tools
Comparing version 1.0.0 to 1.0.1
var html = require('bel') | ||
var css = require('sheetify') | ||
function sourceLink(example) { | ||
var href = `https://github.com/krazylek/calendar-month-view/tree/master/example/${example}/index.js` | ||
return html`<p><a href="${href}">View sources</a></p>` | ||
} | ||
css('./page.css') | ||
@@ -12,6 +17,15 @@ | ||
${require('./basic')()} | ||
${sourceLink('basic')} | ||
${require('./selection')()} | ||
${sourceLink('selection')} | ||
${require('./marks')()} | ||
${sourceLink('marks')} | ||
${require('./i18n')()} | ||
${sourceLink('i18n')} | ||
${require('./custom-container')()} | ||
${sourceLink('custom-container')} | ||
@@ -26,1 +40,2 @@ <footer> | ||
document.body = render() | ||
{ | ||
"name": "calendar-month-view", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Minimalistic and customizable html calendar month", | ||
@@ -14,15 +14,15 @@ "main": "index.js", | ||
"devDependencies": { | ||
"browserify": "^14.4.0", | ||
"create-html": "^3.1.0", | ||
"d3-time-format": "^2.0.5", | ||
"browserify": "^14.5.0", | ||
"create-html": "^4.0.0", | ||
"d3-time-format": "^2.1.0", | ||
"jsdom-runner": "0.0.3", | ||
"sheetify": "^6.1.0", | ||
"tape": "^4.7.0", | ||
"sheetify": "^6.2.0", | ||
"tape": "^4.8.0", | ||
"wzrd": "^1.5.0", | ||
"yo-yoify": "^3.7.3" | ||
"yo-yoify": "^4.0.0" | ||
}, | ||
"dependencies": { | ||
"bel": "^5.0.2", | ||
"calendar-month-array": "^2.0.2" | ||
"bel": "^5.1.5", | ||
"calendar-month-array": "^2.0.3" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
20292
393
Updatedbel@^5.1.5
Updatedcalendar-month-array@^2.0.3