Skip to content

Commit 4a074b0

Browse files
authored
Merge pull request #6 from titulus/dev
0.1.2
2 parents f8ca85e + 2d9a1ff commit 4a074b0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "validate.it.js",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "simple way to validate",
55
"repository": {
66
"type": "git",

test/lib/index.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
var expect = require('chai').expect;
2-
var validate = require('../../lib');
2+
var validate = require('../../index.js');
33
describe('validate', () => {
44
it('should be a function', () => expect(validate).to.be.a('function'));
55

0 commit comments

Comments
 (0)