We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcb47ce commit 46782e2Copy full SHA for 46782e2
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "rot-js",
3
- "version": "2.2.0",
+ "version": "2.2.1",
4
"description": "A roguelike toolkit in JavaScript",
5
"keywords": [
6
"ascii",
@@ -23,10 +23,10 @@
23
"addons",
24
"manual"
25
],
26
- "homepage": "http://ondras.github.io/rot.js/hp/",
+ "homepage": "https://ondras.github.io/rot.js",
27
"bugs": "https://github.com/ondras/rot.js/issues",
28
"license": "BSD-3-Clause",
29
- "author": "Ondřej Žára <[email protected]> (http://ondras.zarovi.cz/)",
+ "author": "Ondřej Žára <[email protected]> (https://ondras.zarovi.cz/)",
30
"main": "dist/rot.js",
31
"module": "lib/index.js",
32
"scripts": {
0 commit comments