Skip to content

Commit 2a29343

Browse files
author
Seth Choi
committed
oops 2.5.5
1 parent 31aa1c0 commit 2a29343

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "classy-node",
3-
"version": "2.5.4",
3+
"version": "2.5.5",
44
"description": "Classy API wrapper",
55
"scripts": {
66
"lint": "./node_modules/.bin/jscs ./src",

src/resources.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@
5959
"recurring-donation-plans",
6060
"soft-credits",
6161
"ticket-types",
62-
"transactions"
62+
"transactions",
63+
"designations"
6364
],
6465
"creates": [
6566
"credential-sets",
@@ -76,8 +77,7 @@
7677
"stories",
7778
"questions",
7879
"ticket-types",
79-
"transactions",
80-
"designations"
80+
"transactions"
8181
],
8282
"path": "/campaigns",
8383
"custom": {

0 commit comments

Comments
 (0)