mirror of
https://github.com/dwaxweiler/connector-mobilizon
synced 2025-06-05 21:59:25 +02:00
update dev dependencies ava, eslint, eslint-plugin-ava and migrate to ES modules
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
import { displayEvents, displayErrorMessage } from './events-displayer'
|
||||
import * as GraphqlWrapper from './graphql-wrapper'
|
||||
import { displayEvents, displayErrorMessage } from './events-displayer.js'
|
||||
import * as GraphqlWrapper from './graphql-wrapper.js'
|
||||
|
||||
const NAME = '<wordpress-name>'
|
||||
|
||||
|
Reference in New Issue
Block a user