Skip to content

Commit 177658b

Browse files
author
Björn Büttner
committed
fix license, add repository
1 parent a3cd325 commit 177658b

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@
66
/.nycrc.json
77
/fixtures
88
/tools
9+
/.idea

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
{
22
"name": "@idrinth/react-file-based-routes",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
4+
"repository": "https://github.com/idrinth/react-file-based-routes",
45
"description": "A simple file based routing library, that does not force itself on you.",
6+
"license": "MIT",
57
"type": "module",
68
"keywords": [
79
"react",

0 commit comments

Comments
 (0)