Skip to content

Undefined VERSION on every update #52

@brunonavarrete

Description

@brunonavarrete

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions