ynab 1.25.0 → 1.27.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -0
- package/package.json +1 -4
package/README.md
CHANGED
|
@@ -64,6 +64,7 @@ the [Account Settings](https://app.youneedabudget.com/settings) area of the YNAB
|
|
|
64
64
|
application.
|
|
65
65
|
|
|
66
66
|
```typescript
|
|
67
|
+
const ynab = require("ynab");
|
|
67
68
|
const accessToken = "b43439eaafe2_this_is_fake_b43439eaafe2";
|
|
68
69
|
const ynabAPI = new ynab.API(accessToken);
|
|
69
70
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ynab",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.27.0",
|
|
4
4
|
"description": "YNAB API Javascript (Node) Library",
|
|
5
5
|
"author": "You Need a Budget, LLC",
|
|
6
6
|
"keywords": [
|
|
@@ -49,8 +49,5 @@
|
|
|
49
49
|
"typescript": "^3.9.7",
|
|
50
50
|
"webpack": "^4.44.1",
|
|
51
51
|
"webpack-cli": "^3.3.12"
|
|
52
|
-
},
|
|
53
|
-
"engines": {
|
|
54
|
-
"npm": "^5.2.0"
|
|
55
52
|
}
|
|
56
53
|
}
|