diff --git a/package.json b/package.json index 66adbd4..63c984f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "becss", - "version": "0.1.0", + "version": "0.1.1", "description": "A simple and hackable Style Sheet", "main": "index.js", "scripts": { @@ -17,9 +17,9 @@ "front-end" ], "author": "Matias Iturbides", - "license": "ISC", + "license": "GPL-3.0-or-later~", "bugs": { "url": "https://github.com/iturbides/becss/issues" }, - "homepage": "https://github.com/iturbides/becss#readme" + "homepage": "https://becss.dev" }