Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
!/src
!/docs
__snapshots__
__mocks__
*.test.js
!LICENSE
!README.md
Expand Down
7 changes: 6 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
package-lock.json
package.json
package.json
node_modules
dist
es
lib
example/assets
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ language: node_js
node_js:
- "6"
- "8"
- "9"
- "10"

# Use container-based Travis infrastructure.
sudo: false
Expand All @@ -19,4 +19,4 @@ notifications:

script:
- yarn run build
- yarn run check
- yarn run check-ci
Loading