counties-of-romania
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -11,5 +11,5 @@ 'use strict'; | ||
var _countiesOfRomania = require('./counties-of-romania.json'); | ||
var _countiesOfRomania2 = require('./counties-of-romania.json'); | ||
var _countiesOfRomania2 = _interopRequireDefault(_countiesOfRomania); | ||
var _countiesOfRomania3 = _interopRequireDefault(_countiesOfRomania2); | ||
@@ -19,4 +19,4 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } | ||
var publicApi = { | ||
all: _countiesOfRomania2.default, | ||
random: (0, _uniqueRandomArray2.default)(_countiesOfRomania2.default) | ||
all: _countiesOfRomania3.default, | ||
random: (0, _uniqueRandomArray2.default)(_countiesOfRomania3.default) | ||
}; | ||
@@ -23,0 +23,0 @@ |
@@ -91,5 +91,5 @@ (function webpackUniversalModuleDefinition(root, factory) { | ||
var _countiesOfRomania = __webpack_require__(3); | ||
var _countiesOfRomania2 = __webpack_require__(3); | ||
var _countiesOfRomania2 = _interopRequireDefault(_countiesOfRomania); | ||
var _countiesOfRomania3 = _interopRequireDefault(_countiesOfRomania2); | ||
@@ -99,4 +99,4 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } | ||
var publicApi = { | ||
all: _countiesOfRomania2.default, | ||
random: (0, _uniqueRandomArray2.default)(_countiesOfRomania2.default) | ||
all: _countiesOfRomania3.default, | ||
random: (0, _uniqueRandomArray2.default)(_countiesOfRomania3.default) | ||
}; | ||
@@ -103,0 +103,0 @@ |
{ | ||
"name": "counties-of-romania", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Romanian counties", | ||
@@ -46,3 +46,3 @@ "main": "dist/index.js", | ||
"scripts": { | ||
"commit": "git-cz", | ||
"cm": "git-cz", | ||
"commitmsg": "validate-commit-msg", | ||
@@ -49,0 +49,0 @@ "prebuild": "rimraf dist", |
@@ -5,2 +5,7 @@ # counties-of-romania | ||
[![Codecov branch](https://img.shields.io/codecov/c/github/mstaicu/counties-of-romania/master.svg?style=flat-square)](https://codecov.io/gh/mstaicu/counties-of-romania/) | ||
[![David](https://img.shields.io/david/mstaicu/counties-of-romania.svg?style=flat-square)](https://www.npmjs.com/package/counties-of-romania) | ||
[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/) | ||
[![license](https://img.shields.io/github/license/mashape/apistatus.svg?style=flat-square)](https://opensource.org/licenses/MIT) | ||
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=flat-square)](https://github.com/semantic-release/semantic-release) | ||
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com) | ||
@@ -7,0 +12,0 @@ Get random counties from the lovely Romania |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
29802
38