UNPKG

romanian-cities

Version:

All the cities in Romania with their population based on the 2002 and 2011 censuses.

17 lines (16 loc) 211 B
sudo: false language: node_js node_js: - '8' cache: directories: - node_modules notifications: email: false before_install: - npm update install: - npm install script: - npm run test - npm run build