Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wisdom-components
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ReactWeb5
wisdom-components
Commits
0d83effd
Commit
0d83effd
authored
Jan 08, 2021
by
胡进杰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: inir
parent
9338d354
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
49 additions
and
2 deletions
+49
-2
lerna.json
lerna.json
+10
-2
README.md
packages/hhhhhuuu/README.md
+11
-0
package.json
packages/hhhhhuuu/package.json
+26
-0
index.js
packages/hhhhhuuu/src/index.js
+2
-0
No files found.
lerna.json
View file @
0d83effd
...
...
@@ -6,6 +6,14 @@
"repo"
:
"panda/winsdom-components"
,
"cacheDir"
:
".changelog"
},
"ignoreChanges"
:
[
"**/*.md"
,
"**/*.test.js"
,
"**/*.e2e.js"
,
"**/fixtures/**"
,
"**/test/**"
],
"packages"
:
[
"packages/*"
]
"ignoreChanges"
:
[
"**/*.md"
,
"**/*.test.js"
,
"**/*.e2e.js"
,
"**/fixtures/**"
,
"**/test/**"
],
"packages"
:
[
"packages/*"
]
}
packages/hhhhhuuu/README.md
0 → 100644
View file @
0d83effd
# `@wisdom-components/hhhhhuuu`
> TODO: description
## Usage
```
const hhhhhuuu = require('@wisdom-components/hhhhhuuu');
// TODO: DEMONSTRATE API
```
packages/hhhhhuuu/package.json
0 → 100644
View file @
0d83effd
{
"name"
:
"@wisdom-components/hhhhhuuu"
,
"version"
:
"1.0.0"
,
"description"
:
"> TODO: description"
,
"author"
:
"dajun <erjie115203@163.com>"
,
"homepage"
:
""
,
"license"
:
"ISC"
,
"main"
:
"lib/hhhhhuuu.js"
,
"directories"
:
{
"lib"
:
"lib"
,
"test"
:
"__tests__"
},
"files"
:
[
"lib"
],
"publishConfig"
:
{
"registry"
:
"https://g.civnet.cn:4873/"
},
"repository"
:
{
"type"
:
"git"
,
"url"
:
"https://g.civnet.cn:8443/ReactWeb5/wisdom-components.git"
},
"scripts"
:
{
"test"
:
"echo
\"
Error: run tests from root
\"
&& exit 1"
}
}
packages/hhhhhuuu/src/index.js
0 → 100644
View file @
0d83effd
export
default
"helolo"
;
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment