Skip to content

Commit eb1af0b

Browse files
Versions bump (#43)
1 parent c8e5b59 commit eb1af0b

4 files changed

Lines changed: 9537 additions & 4444 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,5 @@ npm-debug.log*
2020
yarn-debug.log*
2121
yarn-error.log*
2222

23+
.idea
2324
.cache

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ cache:
66
- node_modules
77
script:
88
- npm install
9-
- npm test
9+
- npm test -- --watchAll=false
1010
- npm run build

0 commit comments

Comments
 (0)