Skip to content

Commit

Permalink
Merge pull request #4 from swaibat/ch-add-badges
Browse files Browse the repository at this point in the history
chore(index):implent landing script
  • Loading branch information
swaibat committed Sep 21, 2019
2 parents 9043f2e + b24ec34 commit 85430a1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import validate from './package/index';

export default validate;
2 changes: 1 addition & 1 deletion test/index.spec.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { describe, it } from 'mocha';
import chai from 'chai';
import chaiHttp from 'chai-http';
import Check from '../package/index';
import Check from '../index';

const should = chai.should();

Expand Down

0 comments on commit 85430a1

Please sign in to comment.