Skip to content
This repository has been archived by the owner on Mar 1, 2024. It is now read-only.

Commit

Permalink
Migrate plugin to use peer dependencies
Browse files Browse the repository at this point in the history
Bug: 149230103
Change-Id: Ieb89c172423a36d1eb64c4f0fb592dc465dd22b7
  • Loading branch information
Fleker committed Feb 10, 2020
1 parent c62cfa7 commit b43da6a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,11 @@
"test": "npm run clean && npm run build && ava --verbose dist/test/*.js"
},
"dependencies": {
"actions-on-google": "^2.12.0",
"speechmarkdown-js": "^1.0.0"
},
"peerDependencies": {
"actions-on-google": "^2.12.0"
},
"devDependencies": {
"ava": "^2.3.0",
"typescript": "^3.6.2"
Expand Down

0 comments on commit b43da6a

Please sign in to comment.