Skip to content

Commit

Permalink
feat: initial typescript definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
yeojz committed Jun 11, 2018
1 parent 33e6242 commit 96a3f20
Show file tree
Hide file tree
Showing 14 changed files with 3,831 additions and 2,517 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,5 @@ coverage
/totp.js
/utils.js
/lib-test.js

audit.txt
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ before_script:
- npm run clean
script:
- npm run test
- npm run lint
- npm run lint:js
after_script:
- npm run coveralls
before_deploy:
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ For example: `feat(browser): description`, `fix: description`, `chore(readme): d

To only run linting:

`npm run lint`
`npm run lint:js`

To run tests and coverage:

Expand Down
4 changes: 3 additions & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,11 @@ general:
test:
pre:
- npm run clean
- npm run build
override:
- npm run test
- npm run lint
- npm run lint:js
- npm run lint:ts
deployment:
coverage:
branch: [master, /^hotfix\/.*$/, /^feature\/.*$/]
Expand Down

0 comments on commit 96a3f20

Please sign in to comment.