Skip to content

Commit 2cd7d4a

Browse files
committed
cleaning up
1 parent d7f4105 commit 2cd7d4a

File tree

9 files changed

+9
-277
lines changed

9 files changed

+9
-277
lines changed

_old/node/README.md

-44
This file was deleted.

_old/node/node-export.js

-6
This file was deleted.

_old/node/node-shim.js

-73
This file was deleted.

_old/node/term-color.js

-16
This file was deleted.

_old/node/term.js

-84
This file was deleted.

_old/node/xterm-color.js

-37
This file was deleted.

_old/umd/post.txt

-2
This file was deleted.

_old/umd/pre.txt

-14
This file was deleted.

package.json

+9-1
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,22 @@
1515
"roguelike",
1616
"tiles"
1717
],
18+
"files": [
19+
"lib",
20+
"dist",
21+
"doc",
22+
"examples",
23+
"addons",
24+
"manual"
25+
],
1826
"homepage": "http://ondras.github.io/rot.js/hp/",
1927
"bugs": "https://github.com/ondras/rot.js/issues",
2028
"license": "BSD-3-Clause",
2129
"author": "Ondřej Žára <[email protected]> (http://ondras.zarovi.cz/)",
2230
"main": "dist/rot.js",
2331
"module": "lib/index.js",
2432
"scripts": {
25-
"test": "echo \"Error: no test specified\" && exit 1"
33+
"test": "make test"
2634
},
2735
"repository": {
2836
"type": "git",

0 commit comments

Comments
 (0)