We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f8ca85e + 2d9a1ff commit 4a074b0Copy full SHA for 4a074b0
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "validate.it.js",
3
- "version": "0.1.1",
+ "version": "0.1.2",
4
"description": "simple way to validate",
5
"repository": {
6
"type": "git",
test/lib/index.test.js
@@ -1,5 +1,5 @@
var expect = require('chai').expect;
-var validate = require('../../lib');
+var validate = require('../../index.js');
describe('validate', () => {
it('should be a function', () => expect(validate).to.be.a('function'));
0 commit comments