0
0
Fork 0
mirror of https://gitlab.com/Oreolek/salet-module.git synced 2024-06-26 03:50:49 +03:00

NPM package update

This commit is contained in:
Alexander Yakovlev 2017-04-02 12:16:56 +07:00
parent 37f30046f8
commit ac950ba885

View file

@ -1,9 +1,9 @@
{
"name": "salet",
"version": "1.6.19",
"version": "1.6.20",
"description": "A general client-side framework for cybertext interactive fiction games.",
"keywords": ["ifiction", "interactive fiction", "games", "coffee-script", "text", "menu"],
"homepage": "http://salet.oreolek.ru",
"homepage": "https://salet.su",
"bugs": {
"url" : "https://gitlab.com/oreolek/salet-module/issues"
},
@ -19,5 +19,8 @@
"coffee-script": "*"
},
"main": "lib/index.min.js",
"repository": "gitlab:oreolek/salet-module"
"repository": {
"type": "git",
"url": "https://github.com/oreolek/salet-module"
}
}