Skip to content

Commit

Permalink
add readme badges
Browse files Browse the repository at this point in the history
  • Loading branch information
janosh committed May 18, 2021
1 parent 107273d commit 992eaa4
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 11 deletions.
8 changes: 1 addition & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,5 @@
"workspaces": [
"package",
"site"
],
"devDependencies": {
"eslint": "^7.25.0",
"eslint-plugin-svelte3": "^3.2.0",
"prettier": "^2.2.1",
"prettier-plugin-svelte": "^2.2.0"
}
]
}
8 changes: 6 additions & 2 deletions package/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,13 @@
"input"
],
"devDependencies": {
"svelte": "^3.38.2"
"svelte": "^3.38.2",
"eslint": "^7.25.0",
"eslint-plugin-svelte3": "^3.2.0",
"prettier": "^2.2.1",
"prettier-plugin-svelte": "^2.2.0"
},
"publishConfig": {
"access": "public"
}
}
}
2 changes: 1 addition & 1 deletion site/src/components/Example.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
}
section div {
flex: 1;
background-color: black;
background-color: #211734;
border-radius: 1ex;
padding: 0 1em;
height: max-content;
Expand Down
3 changes: 3 additions & 0 deletions site/src/routes/index.svx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@

# ![Logo](/favicon.svg) Svelte Multi-Select

[![NPM version](https://img.shields.io/npm/v/svelte-multiselect?color=blue&logo=NPM)](https://www.npmjs.com/package/svelte-algolia)
[![Netlify Status](https://api.netlify.com/api/v1/badges/a45b62c3-ea45-4cfd-9912-77ec4fc8d7e8/deploy-status)](https://app.netlify.com/sites/svelte-multiselect/deploys)

## Live Demo

<Example />
Expand Down
2 changes: 1 addition & 1 deletion site/static/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ code {
padding: 1pt 3pt;
border-radius: 3pt;
font-size: 1.2em;
background-color: #006f6f; /* darkcyan */
background-color: rgba(255, 255, 255, 0.15);
}
pre code {
background-color: transparent;
Expand Down

0 comments on commit 992eaa4

Please sign in to comment.