Skip to content

Commit

Permalink
📝 docs: update document
Browse files Browse the repository at this point in the history
  • Loading branch information
arvinxx committed Jan 7, 2021
1 parent 2ef0ee6 commit 7c247b4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
<p align="center">
<h1>UXDM</h1>
<p align="center">
# monorepo-template

[![lerna](https://img.shields.io/badge/maintained%20with-lerna-cc00ff.svg)](https://lernajs.io/) [![typedoc](https://img.shields.io/badge/document%20by-typedoc-9600ff.svg)](https://typedoc.org/)

User Experience Description Model —— 用户体验描述模型

## License

[MIT](./LICENSE)
[MIT](./LICENSE) ® Arvin Xu
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "monorepo-develop-template",
"name": "monorepo-template",
"private": true,
"author": "arvinxx(arvinx@foxmail.com)",
"description": "monorepo develop template",
"workspaces": [
"packages/*"
],
"homepage": "https://github.com/arvinxx/monorepo-develop-template#readme",
"homepage": "https://github.com/arvinxx/monorepo-template#readme",
"bugs": {
"url": "https://github.com/arvinxx/monorepo-develop-template"
"url": "https://github.com/arvinxx/monorepo-template"
},
"repository": "git+https://github.com/arvinxx/monorepo-develop-template.git",
"repository": "git+https://github.com/arvinxx/monorepo-template.git",
"license": "MIT",
"scripts": {
"start": "concurrently \"yarn api:dev\" \"yarn site:dev\"",
Expand Down

0 comments on commit 7c247b4

Please sign in to comment.