Files
uber-cities/data/newProvider.js
2018-11-30 00:17:40 +01:00

15 lines
328 B
JavaScript

const createFile = require('./createFile')
// Please don't commit the changes in this file
// Input the correct provider name here with spaces if needed
const cities = [
{
name: 'city-name',
company: 'your new provider'
}
]
// The second param here is the name of the file
createFile(cities, 'your-new-provider')