diff --git a/.npmignore b/.npmignore index bb560bb..5bca80a 100644 --- a/.npmignore +++ b/.npmignore @@ -6,3 +6,4 @@ /.nycrc.json /fixtures /tools +/.idea diff --git a/package.json b/package.json index 33a3bd7..1438222 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,9 @@ { "name": "@idrinth/react-file-based-routes", - "version": "1.0.1", + "version": "1.0.2", + "repository": "https://github.com/idrinth/react-file-based-routes", "description": "A simple file based routing library, that does not force itself on you.", + "license": "MIT", "type": "module", "keywords": [ "react",