Skip to content

Commit

Permalink
Merge branch 'release/0.10.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
angi- committed Nov 21, 2021
2 parents f2cf489 + c01c486 commit 71f974d
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "nodejs-schema-validator",
"version": "0.10.1",
"version": "0.10.2",
"description": "NodeJS validation using schemas",
"main": "./src/schema-validator.js",
"scripts": {
"test": "mocha src/tests/schema-validator.test.js"
"test": "mocha tests/schema-validator.test.js"
},
"repository": {
"type": "git",
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const { schemaValidator } = require('../schema-validator');
const { schemaValidator } = require('../src//schema-validator');
const assert = require('assert');

const requiredOptionalSchema = require('./schemas/required-optional-schema');
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 71f974d

Please sign in to comment.