Update for publishing
Showing
{ | { | ||
"name": "my_factorial", | "name": "myfactorial", | ||
"version": "1.0.0", | "version": "1.0.0", | ||
"description": "Calculate factorial", | "description": "Calculate factorial", | ||
"main": "main.js", | "main": "src/myfactorial", | ||
"scripts": { | "scripts": { | ||
"test": "grunt test" | "test": "grunt test" | ||
}, | }, | ||
... | ... |
Please
register
or
sign in
to comment