-
Notifications
You must be signed in to change notification settings - Fork 349
Closed
Description
I'm using the plugin successfully in every aspect except that it seems to look for a VERSION variable that is undefined everytime I update npm. I've located and modified (against explicit orders) the following code on src/index.js
// Plugin
const plugin = {
/* eslint-disable no-undef */
version: VERSION,
install,
}
Still, on every update I have to change the VERSION for an integer (1). Any suggestions?
Metadata
Metadata
Assignees
Labels
No labels