assistant-deliveroo
Advanced tools
Comparing version 1.1.0 to 1.1.1
const Deliveroo = require("node-deliveroo"); | ||
const dayjs = require("dayjs"); | ||
require('dayjs/locale/fr'); | ||
const relativeTime = require("dayjs/plugin/relativeTime"); | ||
const deliveroo = new Deliveroo(); | ||
dayjs.locale('fr') | ||
dayjs.extend(relativeTime); | ||
@@ -7,0 +10,0 @@ |
{ | ||
"name": "assistant-deliveroo", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Un plugin Deliveroo pour assistant-plugins", | ||
@@ -5,0 +5,0 @@ "author": "Jérémie Zarca <jeremie.zarca@gmail.com>", |
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
5869
89