UNPKG

react-kiwi-dropdown

Version:

| Name | Type | Description | | --------------------------- | -------------------- | ----------- | | options | array | | selectedOption | string | | onCha

18 lines (16 loc) 220 B
sudo: false language: node_js cache: directories: - node_modules notifications: email: true install: - npm install - npm install -g codecov node_js: - "8" - "10" - "12" script: - npm run test-ci