NCIOCPL / drug-dictionary-app

NCI Drug Dictionary Application
2 stars 0 forks source link

Enabler: Update browsers list #145

Open sarinapadilla opened 11 months ago

sarinapadilla commented 11 months ago

Update browserslist property in package.json file

The file needs to be updated to be:

"browserslist": {
  "production": [
    ">1%",
    "last 2 versions",
    "not dead",
    "not IE 11"
  ],
  "development": [
    "last 1 chrome version",
    "last 1 firefox version",
    "last 1 safari version"
  ]
}

ESTIMATE TBD

Notes