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

Commit

Permalink
fix(deps) missing core feathers modules & version bump
Browse files Browse the repository at this point in the history
Closes #5.
  • Loading branch information
nothingismagick committed May 3, 2019
1 parent 61a8081 commit e98a5fb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@quasar/quasar-app-extension-feathersjs",
"version": "1.0.0-alpha.1",
"version": "1.0.0-alpha.3",
"description": "A Quasar CLI Extension",
"author": "Daniel Thompson-Yvetot <[email protected]>",
"homepage": "http://quasar-framework.org",
Expand All @@ -23,7 +23,10 @@
"precommit": "yarn test && node node_modules/.bin/jest-badges-readme --coverageDir=./coverage && git add 'README.md' && node_modules/.bin/lint-staged"
},
"dependencies": {
"@feathersjs/authentication-client": "^1.0.11",
"@feathersjs/client": "^3.7.8",
"@feathersjs/feathers": "^3.3.1",
"@feathersjs/socketio-client": "^1.2.1",
"feathers-vuex": "^1.7.0",
"socket.io-client": "^2.2.0"
},
Expand Down

0 comments on commit e98a5fb

Please sign in to comment.