Welcome to mirror list, hosted at ThFree Co, Russian Federation.

package.json « invalid_main « resolver « test « resolve « node_modules - github.com/austingebauer/devise.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0cf8279950c380b3fd028ff826e752eeb62ea533 (plain)
1
2
3
4
5
6
7
{
  "name": "invalid main",
  "main": [
    "why is this a thing",
    "srsly omg wtf"
  ]
}