Skip to content

Commit

Permalink
chore: rename pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
imhele committed Nov 26, 2021
1 parent da23ea2 commit 364f82b
Show file tree
Hide file tree
Showing 11 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# react-store
# use-model

[![NPM version](https://img.shields.io/npm/v/react-store.svg?style=flat)](https://npmjs.org/package/react-store) [![NPM downloads](http://img.shields.io/npm/dm/react-store.svg?style=flat)](https://npmjs.org/package/react-store) [![Test Coverage](https://github.com/imhele/react-store/actions/workflows/Test%20Coverage.yml/badge.svg)](https://github.com/imhele/react-store/actions/workflows/Test%20Coverage.yml) [![Coverage Status](https://coveralls.io/repos/github/imhele/react-store/badge.svg?branch=master)](https://coveralls.io/github/imhele/react-store?branch=master) [![License](https://img.shields.io/npm/l/react-store.svg)](https://npmjs.org/package/react-store)
[![NPM version](https://img.shields.io/npm/v/use-model.svg?style=flat)](https://npmjs.org/package/use-model) [![NPM downloads](http://img.shields.io/npm/dm/use-model.svg?style=flat)](https://npmjs.org/package/use-model) [![Test Coverage](https://github.com/imhele/use-model/actions/workflows/Test%20Coverage.yml/badge.svg)](https://github.com/imhele/use-model/actions/workflows/Test%20Coverage.yml) [![Coverage Status](https://coveralls.io/repos/github/imhele/use-model/badge.svg?branch=master)](https://coveralls.io/github/imhele/use-model?branch=master) [![License](https://img.shields.io/npm/l/use-model.svg)](https://npmjs.org/package/use-model)
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "react-store-monorepo",
"name": "use-model-monorepo",
"private": true,
"scripts": {
"build": "NODE_ENV=production wc-bundler",
Expand Down Expand Up @@ -60,12 +60,12 @@
"*.{css,less}": "stylelint --fix"
},
"author": "何乐 <work@imhele.com> (https://github.com/imhele)",
"homepage": "https://github.com/imhele/react-store",
"homepage": "https://github.com/imhele/use-model",
"bugs": {
"url": "https://github.com/imhele/react-store/issues"
"url": "https://github.com/imhele/use-model/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/imhele/react-store"
"url": "https://github.com/imhele/use-model"
}
}
3 changes: 0 additions & 3 deletions packages/react-store/README.md

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
3 changes: 3 additions & 0 deletions packages/use-model/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# use-model

[![NPM version](https://img.shields.io/npm/v/use-model.svg?style=flat)](https://npmjs.org/package/use-model) [![NPM downloads](http://img.shields.io/npm/dm/use-model.svg?style=flat)](https://npmjs.org/package/use-model) [![Test Coverage](https://github.com/imhele/use-model/actions/workflows/Test%20Coverage.yml/badge.svg)](https://github.com/imhele/use-model/actions/workflows/Test%20Coverage.yml) [![Coverage Status](https://coveralls.io/repos/github/imhele/use-model/badge.svg?branch=master)](https://coveralls.io/github/imhele/use-model?branch=master) [![License](https://img.shields.io/npm/l/use-model.svg)](https://npmjs.org/package/use-model)
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "react-store",
"name": "use-model",
"version": "0.0.1-alpha.0",
"license": "MIT",
"main": "./lib/index.js",
Expand All @@ -19,13 +19,13 @@
},
"sideEffects": false,
"author": "何乐 <work@imhele.com> (https://github.com/imhele)",
"homepage": "https://github.com/imhele/react-store",
"homepage": "https://github.com/imhele/use-model",
"bugs": {
"url": "https://github.com/imhele/react-store/issues"
"url": "https://github.com/imhele/use-model/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/imhele/react-store",
"directory": "packages/react-store"
"url": "https://github.com/imhele/use-model",
"directory": "packages/use-model"
}
}
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 364f82b

Please sign in to comment.