Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

Commit

Permalink
Fix npm package name typo
Browse files Browse the repository at this point in the history
Change-Id: Ie98d9e87c40eae9f0bea812e1a7cdcf33e735c85
  • Loading branch information
Matt Carroll committed Nov 20, 2018
1 parent 3a84964 commit 18630f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ node_js:
- "8"
- "6"
before_install:
- npm i -g action-on-google@^2.5.0
- npm i -g actions-on-google@^2.5.0
script: npm run test:ci

1 comment on commit 18630f1

@jmvillavicencio
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you please make a release with this updates?

Please sign in to comment.