Skip to content

Commit

Permalink
chore: release v0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wouterlms committed Jan 8, 2024
1 parent 01643cf commit a62361c
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,11 @@
{
"name": "pkg-placeholder",
"name": "@appwise/oauth2-vue-client",
"type": "module",
"version": "0.0.0",
"version": "0.0.1",
"packageManager": "pnpm@8.12.1",
"description": "_description_",
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
"author": "Wouter Laermans <wouter.laermans@wisemen.digital>, Jeroen Van Caekenberghe <jeroen.vancaekenberghe@wisemen.digital>",
"license": "MIT",
"funding": "https://github.com/sponsors/antfu",
"homepage": "https://github.com/antfu/pkg-placeholder#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/antfu/pkg-placeholder.git"
},
"bugs": "https://github.com/antfu/pkg-placeholder/issues",
"keywords": [],
"sideEffects": false,
"exports": {
Expand Down Expand Up @@ -47,6 +40,10 @@
"typecheck": "tsc --noEmit",
"prepare": "simple-git-hooks"
},
"dependencies": {
"@appwise/oauth2-client": "^0.0.3",
"axios": "^1.6.5"
},
"devDependencies": {
"@antfu/eslint-config": "^2.6.0",
"@antfu/ni": "^0.21.12",
Expand Down

0 comments on commit a62361c

Please sign in to comment.