Commit 2f1638a1 authored by 蒋丹丹's avatar 蒋丹丹

update

parent 741ac7dd
node_modules
\ No newline at end of file
......@@ -2,5 +2,6 @@
"packages": [
"packages/*"
],
"npmClient": "yarn",
"version": "0.0.1"
}
{
"name": "root",
"private": true,
"devDependencies": {
"lerna": "^4.0.0"
}
}
# `@credits/demo`
> TODO: description
## Usage
```
const demo = require('@credits/demo');
// TODO: DEMONSTRATE API
```
'use strict';
const demo = require('..');
describe('@credits/demo', () => {
it('needs tests');
});
'use strict';
module.exports = demo;
function demo() {
return 'test1 demo';
}
{
"name": "@credits/demo",
"version": "0.0.1",
"description": "> TODO: description",
"version": "0.0.2",
"description": "> TODO: description ",
"author": "jiangdandan <jiangdandan@duiba.com.cn>",
"homepage": "",
"license": "ISC",
......
This source diff could not be displayed because it is too large. You can view the blob instead.
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