Skip to content

Commit

Permalink
chore: 🤖 rename repo
Browse files Browse the repository at this point in the history
  • Loading branch information
NsNe committed May 17, 2021
1 parent 61a7087 commit cc93b05
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .umirc.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
import { defineConfig } from 'dumi';
const pkg = require('./package.json');

export default defineConfig({
title: 'nsne-react-component',
// favicon: '',
// logo: '',
outputPath: 'docs-dist',
antd: {},
publicPath: '/react-component/',
base: '/react-component/',
publicPath: `/${pkg.name}/`,
base: `/${pkg.name}/`,
// more config: https://d.umijs.org/config
});
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,13 @@
# react-component
# nsne-react-component

通用业务组件库

## Usage

```sh
npm install nsne-react-component
```

## LICENSE

MIT
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nsne-react-component",
"version": "1.0.0",
"version": "1.0.1",
"scripts": {
"start": "dumi dev",
"docs:build": "dumi build",
Expand Down

0 comments on commit cc93b05

Please sign in to comment.