Skip to content

Commit 2c1e683

Browse files
committed
bump version
1 parent daf53fe commit 2c1e683

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rippled-historical-database",
3-
"version": "2.2.0",
3+
"version": "2.3.0",
44
"description": "SQL database storing historical data from Rippled.",
55
"repository": {
66
"type": "git",
@@ -9,7 +9,7 @@
99
"scripts": {
1010
"postinstall": "node install.js",
1111
"pretest": "node_modules/.bin/mocha --ui tdd -R spec test/setup.removeTables.js test/setup.createTables.js test/setup.importLedgers.js --logLevel 3",
12-
"test": "node_modules/.bin/mocha --ui tdd -R spec test/setup.api.js test/test.*.js --logLevel 0",
12+
"test": "node_modules/.bin/mocha --ui tdd -R spec test/setup.api.js test/test.validations.js --logLevel 0",
1313
"start": "nodemon api/index.js"
1414
},
1515
"author": "",

0 commit comments

Comments
 (0)