Change logger due to specifications
Showing
{ | { | ||
"name": "ed3-logger", | "name": "ed3-logger", | ||
"version": "1.0.2", | "version": "2.0.0", | ||
"description": "The most basic logger you could ever imagine", | "description": "The most basic logger you could ever imagine", | ||
"main": "index.js", | "main": "index.js", | ||
"scripts": { | "scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | "test": "echo \"Error: no test specified\" && exit 1" | ||
}, | }, | ||
"author": "", | "author": "", | ||
"license": "ISC" | "license": "ISC", | ||
"dependencies": { | |||
"requirejs": "^2.1.20" | |||
} | |||
} | } |
test.js
0 → 100644
Please
register
or
sign in
to comment