Add auth and utils
This commit is contained in:
6
utils/index.js
Normal file
6
utils/index.js
Normal file
@@ -0,0 +1,6 @@
|
||||
exports.yo = function() {
|
||||
alert('Yo Coder!')
|
||||
}
|
||||
exports.hello = function() {
|
||||
alert('Hello Coder!')
|
||||
}
|
||||
11
utils/package.json
Normal file
11
utils/package.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"name": "@ehason/utils",
|
||||
"version": "1.0.0",
|
||||
"description": "Utils for ehason develope",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"author": "likeagle <likeagle@163.com>",
|
||||
"license": "MIT"
|
||||
}
|
||||
Reference in New Issue
Block a user