Skip to content

Commit

Permalink
Merge aff58a8 into f552240
Browse files Browse the repository at this point in the history
  • Loading branch information
arlac77 committed Jan 22, 2020
2 parents f552240 + aff58a8 commit fde4af5
Show file tree
Hide file tree
Showing 10 changed files with 541 additions and 8 deletions.
10 changes: 6 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@

node_modules
build
bundle.*
test-results
*.log
*.dump
*.node
.DS_Store
.test
.tmp
.tmp

build
*.node
6 changes: 5 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@

build
tests
test-results
example
doc
*.log
*.tmp
.test
.tmp
.npmrc
.travis.yml
.vscode
.nyc_output

.DS_Store
.markdown-doctest-setup.js
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
- npm run cover
- npx codecov
- cat ./build/coverage/lcov.info | npx coveralls
- npm run test
- stage: doc
node_js: lts/*
skip_cleanup: 'true'
Expand All @@ -32,3 +33,7 @@ jobs:
skip_cleanup: 'true'
script:
- npx semantic-release
addons:
chrome: stable
env:
- BROWSER=chrome
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
[![minified size](https://badgen.net/bundlephobia/min/@kronos-integration/service-admin)](https://bundlephobia.com/result?p=@kronos-integration/service-admin)
[![Svelte v3](https://img.shields.io/badge/svelte-v3-orange.svg)](https://svelte.dev)
[![npm](https://img.shields.io/npm/v/@kronos-integration/service-admin.svg)](https://www.npmjs.com/package/@kronos-integration/service-admin)
[![License](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause)
[![minified size](https://badgen.net/bundlephobia/min/@kronos-integration/service-admin)](https://bundlephobia.com/result?p=@kronos-integration/service-admin)
[![downloads](http://img.shields.io/npm/dm/@kronos-integration/service-admin.svg?style=flat-square)](https://npmjs.org/package/@kronos-integration/service-admin)
[![GitHub Issues](https://img.shields.io/github/issues/Kronos-Integration/service-admin.svg?style=flat-square)](https://github.com/Kronos-Integration/service-admin/issues)
[![Build Status](https://secure.travis-ci.org/Kronos-Integration/service-admin.png)](http://travis-ci.org/Kronos-Integration/service-admin)
[![codecov.io](http://codecov.io/github/Kronos-Integration/service-admin/coverage.svg?branch=master)](http://codecov.io/github/Kronos-Integration/service-admin?branch=master)
[![Coverage Status](https://coveralls.io/repos/Kronos-Integration/service-admin/badge.svg)](https://coveralls.io/r/Kronos-Integration/service-admin)
[![styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg)](https://github.com/prettier/prettier)
[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)
[![Known Vulnerabilities](https://snyk.io/test/github/Kronos-Integration/service-admin/badge.svg)](https://snyk.io/test/github/Kronos-Integration/service-admin)
Expand Down
Loading

0 comments on commit fde4af5

Please sign in to comment.