Skip to content

Commit

Permalink
chore(git): update .gitignore from template
Browse files Browse the repository at this point in the history
chore(npm): update .npmignore from template
chore(travis): (jobs.include)
chore(travis): add npm run test (jobs.include.script[3])
chore(travis): (addons)
chore(travis): (env)
chore(rollup): copy from template
docs(README): update from template
chore: add missing example/public/global.css from template
chore: add missing example/public/index.html from template
chore: add missing example/src/App.svelte from template
chore: add missing example/src/index.mjs from template
chore: add missing src/index.svelte from template
  • Loading branch information
arlac77 committed Jan 26, 2020
1 parent 188d22c commit 58cc236
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 @@ -9,6 +9,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 @@ -29,3 +30,7 @@ branches:
- /^greenkeeper/.*$/
- /^mkpr/.*$/
- /^npm-template-sync/.*$/
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/svn-simple-auth-provider)](https://bundlephobia.com/result?p=svn-simple-auth-provider)
[![Svelte v3](https://img.shields.io/badge/svelte-v3-orange.svg)](https://svelte.dev)
[![npm](https://img.shields.io/npm/v/svn-simple-auth-provider.svg)](https://www.npmjs.com/package/svn-simple-auth-provider)
[![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/svn-simple-auth-provider)](https://bundlephobia.com/result?p=svn-simple-auth-provider)
[![downloads](http://img.shields.io/npm/dm/svn-simple-auth-provider.svg?style=flat-square)](https://npmjs.org/package/svn-simple-auth-provider)
[![GitHub Issues](https://img.shields.io/github/issues/arlac77/svn-simple-auth-provider.svg?style=flat-square)](https://github.com/arlac77/svn-simple-auth-provider/issues)
[![Build Status](https://secure.travis-ci.org/arlac77/svn-simple-auth-provider.png)](http://travis-ci.org/arlac77/svn-simple-auth-provider)
[![codecov.io](http://codecov.io/github/arlac77/svn-simple-auth-provider/coverage.svg?branch=master)](http://codecov.io/github/arlac77/svn-simple-auth-provider?branch=master)
[![Coverage Status](https://coveralls.io/repos/arlac77/svn-simple-auth-provider/badge.svg)](https://coveralls.io/r/arlac77/svn-simple-auth-provider)
[![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/arlac77/svn-simple-auth-provider/badge.svg)](https://snyk.io/test/github/arlac77/svn-simple-auth-provider)
Expand Down

0 comments on commit 58cc236

Please sign in to comment.