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

Commit

Permalink
Bump version to 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
curtgrimes committed Jan 17, 2020
1 parent 7e72d83 commit d797211
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions app/package.json
@@ -1,6 +1,6 @@
{
"name": "webcaptioner",
"version": "1.0.0",
"version": "2.3.0",
"description": "A speech-to-text service using the Web Speech API",
"author": "Curt Grimes <github@curtgrimes.com>",
"private": true,
Expand All @@ -19,10 +19,6 @@
"generate": "nuxt generate",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"precommit": "npm run lint",
"tests:cypress": "cypress run",
"tests:cypress:watch": "cypress open",
"tests": "NUXT_PORT=8228 CYPRESS_baseUrl=http://localhost:8228 start-server-and-test dev http://localhost:8228 tests:cypress",
"tests:watch": "NUXT_PORT=8228 CYPRESS_baseUrl=http://localhost:8228 start-server-and-test dev http://localhost:8228 tests:cypress:watch",
"free8080": "sudo kill -9 $(lsof -t -i :8080)"
},
"dependencies": {
Expand Down Expand Up @@ -109,4 +105,4 @@
"webpack-babel-external-helpers": "^0.1.0",
"whatwg-fetch": "^2.0.4"
}
}
}

0 comments on commit d797211

Please sign in to comment.