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

Commit

Permalink
Update to point release of Speech Markdown
Browse files Browse the repository at this point in the history
Bug: 148154621
Change-Id: Iaf8850889e79e9563a420e3afc64a13d6d97b316
  • Loading branch information
Fleker committed Jan 22, 2020
1 parent f65776b commit c62cfa7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
node_modules/
test/
CONTRIBUTING.md
tsconfig.json
*.tgz
yarn.lock
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "actions-on-google-speech-markdown-plugin",
"version": "1.0.0",
"main": "dist/index.js",
"version": "1.0.1",
"main": "dist/src/index.js",
"author": "Google Inc",
"license": "Apache-2.0",
"private": false,
Expand All @@ -15,7 +15,7 @@
},
"dependencies": {
"actions-on-google": "^2.12.0",
"speechmarkdown-js": "^0.8.2-beta.1"
"speechmarkdown-js": "^1.0.0"
},
"devDependencies": {
"ava": "^2.3.0",
Expand Down

0 comments on commit c62cfa7

Please sign in to comment.