Commit ded4d376 by 姜雷

建立npm包

parents
{
"name": "rym-element-ui",
"version": "0.0.1",
"description": "任意门组件库",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kuangshu/rym-element-ui.git"
},
"author": "kuangshu",
"license": "ISC",
"bugs": {
"url": "https://github.com/kuangshu/rym-element-ui/issues"
},
"homepage": "https://github.com/kuangshu/rym-element-ui#readme"
}
function hello(name) {
console.log('hello ' + name);
}
exports.hello = hello;
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment