We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents be7b9c3 + 799be88 commit 3a78498Copy full SHA for 3a78498
.travis.yml
@@ -47,7 +47,7 @@ jobs:
47
on:
48
tags: true
49
- stage: deploy
50
- if: branch = master
+ if: type = push AND branch = master
51
name: Deploy to GitHub Pages
52
node_js: lts/*
53
script:
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-accessible-dropdown-menu-hook",
3
- "version": "1.1.0",
+ "version": "1.1.1",
4
"description": "A simple Hook for creating fully accessible dropdown menus in React",
5
"main": "dist/use-dropdown-menu.js",
6
"types": "dist/use-dropdown-menu.d.ts",
0 commit comments