-
- Downloads
Initial commit: promise implementation added
parents
Branches main
No related tags found
index.js
0 → 100644
package.json
0 → 100644
{ | |||
"name": "my-node", | |||
"version": "1.0.0", | |||
"description": "", | |||
"main": "index.js", | |||
"scripts": { | |||
"test": "echo \"Error: no test specified\" && exit 1" | |||
}, | |||
"keywords": [], | |||
"author": "", | |||
"license": "ISC" | |||
} |
Please register or sign in to comment