We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent daf53fe commit 2c1e683Copy full SHA for 2c1e683
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "rippled-historical-database",
3
- "version": "2.2.0",
+ "version": "2.3.0",
4
"description": "SQL database storing historical data from Rippled.",
5
"repository": {
6
"type": "git",
@@ -9,7 +9,7 @@
9
"scripts": {
10
"postinstall": "node install.js",
11
"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",
+ "test": "node_modules/.bin/mocha --ui tdd -R spec test/setup.api.js test/test.validations.js --logLevel 0",
13
"start": "nodemon api/index.js"
14
},
15
"author": "",
0 commit comments