Skip to content

Commit

Permalink
Merge pull request #2 from tusharmath/re-write-0
Browse files Browse the repository at this point in the history
Re write 0
  • Loading branch information
tusharmath authored May 7, 2018
2 parents 42ee41c + 3d4d454 commit d915cb5
Show file tree
Hide file tree
Showing 32 changed files with 3,613 additions and 1,526 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@ node_modules/
*.js
*.js.map
coverage/
*.d.ts
!demo/**
*.d.ts
2 changes: 1 addition & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"printWidth": 80,
"printWidth": 120,
"semi": false,
"singleQuote": true,
"bracketSpacing": false
Expand Down
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,17 @@ language: node_js
addons:
chrome: stable
cache:
yarn: true
directories:
- ~/.npm
- node_modules
notifications:
email: false
node_js:
- 'stable'
- stable
script:
- yarn tsc -d
- yarn lint
- yarn test
- yarn build
after_success:
Expand Down
Loading

0 comments on commit d915cb5

Please sign in to comment.