1
0
Fork 0
mirror of https://github.com/0x5eal/rbxts-pako.git synced 2025-04-16 01:43:47 +01:00

Add npm test script

This commit is contained in:
Vitaly Puzrin 2017-07-20 17:21:09 +03:00
parent 1bfb50961d
commit 4a6867f633

View file

@ -24,6 +24,9 @@
],
"license": "(MIT AND Zlib)",
"repository": "nodeca/pako",
"scripts": {
"test": "make test"
},
"devDependencies": {
"ansi": "^0.3.1",
"benchmark": "^2.1.4",