Skip to content

Commit

Permalink
v1.1.2 and fix bin deps
Browse files Browse the repository at this point in the history
  • Loading branch information
shama committed Jan 5, 2024
1 parent ec74d9e commit 606635a
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 56 deletions.
72 changes: 19 additions & 53 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@
"name": "ynab-api-starter-kit",
"author": "You Need a Budget, LLC",
"license": "Apache-2.0",
"version": "1.1.1",
"version": "1.1.2",
"description": "To quickly get started building an App with the YNAB API.",
"bin": "bin/start.js",
"scripts": {
"start": "webpack-dev-server --mode development --open --hot",
"build": "webpack --mode production --progress"
},
"dependencies": {
"chalk": "^5.3.0",
"cpr": "^3.0.1",
"vue": "^3.4.5",
"ynab": "^2.2.0"
},
"devDependencies": {
"chalk": "^5.3.0",
"cpr": "^3.0.1",
"css-loader": "^6.8.1",
"vue-loader": "^17.4.2",
"webpack": "^5.89.0",
Expand Down

0 comments on commit 606635a

Please sign in to comment.