Skip to content

Commit

Permalink
0.1.0-beta.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Antoine Lelaisant committed Oct 17, 2019
1 parent d8b3df6 commit 09e3f1e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Svelte Router
# Svelters Router

## Installation

Expand Down
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
{
"name": "svelters-router",
"version": "0.1.0",
"version": "0.1.0-beta.0",
"description": "A lightweight router component for svelte",
"keywords": [
"svelte",
"router",
"routing"
],
"main": "src/index.js",
"author": "svelters",
"license": "MIT",
"repository": "github:svelters/svelters-router",
"scripts": {
"lint": "eslint_d src/ --ext .js --ext .svelte"
},
Expand Down

0 comments on commit 09e3f1e

Please sign in to comment.