this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

added tests to package.json

akshat bce36cec 6d7baaa1

+1 -1
+1 -1
package.json
··· 4 4 "description": "disposable email detector", 5 5 "main": "index.js", 6 6 "scripts": { 7 - "test": "echo \"Error: no test specified\" && exit 1", 7 + "test": "node usage.js", 8 8 "build": "tsc", 9 9 "start": "node index.js" 10 10 },