Skip to content

Commit

Permalink
adventurejs-web -> adventurejs
Browse files Browse the repository at this point in the history
  • Loading branch information
davidchalifoux committed Jan 17, 2022
1 parent 4c93754 commit 41768bf
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 57 deletions.
63 changes: 9 additions & 54 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "adventure-web",
"version": "1.0.0",
"version": "1.1.0",
"private": true,
"scripts": {
"dev": "nuxt",
Expand All @@ -15,7 +15,7 @@
"@nuxtjs/sitemap": "^2.4.0",
"@tailwindcss/forms": "^0.3.4",
"@tailwindcss/typography": "^0.4.1",
"adventurejs-web": "^1.0.3",
"adventurejs": "^1.0.1",
"compromise": "^13.11.4",
"compromise-scan": "^0.1.2",
"core-js": "^3.15.1",
Expand Down
2 changes: 1 addition & 1 deletion pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
</template>
<script>
// https://developer.mozilla.org/en-US/docs/Web/API/Web_Speech_API/Using_the_Web_Speech_API
import adventure from 'adventurejs-web'
import adventure from 'adventurejs'
import vocab from '@/language/vocab'
import compromise from '@/language/compromise'
Expand Down

0 comments on commit 41768bf

Please sign in to comment.