UNPKG

@seidhr/sanity-plugin-timespan-input

Version:

Make it easier to add timespan information with the help of Extended Date Time Format (EDTF).

12 lines (10 loc) 287 B
const {showIncompatiblePluginDialog} = require('@sanity/incompatible-plugin') const {name, version, sanityExchangeUrl} = require('./package.json') export default showIncompatiblePluginDialog({ name: name, versions: { v3: version, v2: undefined, }, sanityExchangeUrl, })