diff --git a/package.json b/package.json index cb8e999..0874c8a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "salet", - "version": "1.6.20", + "version": "1.6.21", "description": "A general client-side framework for cybertext interactive fiction games.", "keywords": ["ifiction", "interactive fiction", "games", "coffee-script", "text", "menu"], "homepage": "https://salet.su", @@ -21,6 +21,6 @@ "main": "lib/index.min.js", "repository": { "type": "git", - "url": "https://github.com/oreolek/salet-module" + "url": "https://gitlab.com/oreolek/salet-module" } }