Skip to content

Commit

Permalink
fix: change library name
Browse files Browse the repository at this point in the history
  • Loading branch information
castromaciel committed Feb 9, 2023
1 parent e49a942 commit 52dcf29
Show file tree
Hide file tree
Showing 9 changed files with 8 additions and 53 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# ui-rollingcode
# ui-rc-components

## Usage

```ts
import { ExampleComponent } from 'ui-rollingcode';
import { ExampleComponent } from 'ui-ui-rc-components';
```

```tsx
Expand Down
4 changes: 2 additions & 2 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
'use strict'

if (process.env.NODE_ENV === 'production') {
module.exports = require('./ui-rollingcode.cjs.production.min.js')
module.exports = require('./ui-rc-components.cjs.production.min.js')
} else {
module.exports = require('./ui-rollingcode.cjs.development.js')
module.exports = require('./ui-rc-components.cjs.development.js')
}
23 changes: 0 additions & 23 deletions dist/ui-rollingcode.cjs.development.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/ui-rollingcode.cjs.development.js.map

This file was deleted.

2 changes: 0 additions & 2 deletions dist/ui-rollingcode.cjs.production.min.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/ui-rollingcode.cjs.production.min.js.map

This file was deleted.

17 changes: 0 additions & 17 deletions dist/ui-rollingcode.esm.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/ui-rollingcode.esm.js.map

This file was deleted.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,16 +43,16 @@
"singleQuote": true,
"trailingComma": "es5"
},
"name": "ui-rollingcode",
"name": "ui-rc-components",
"author": "castromaciellr",
"module": "dist/ui-rollingcode.esm.js",
"module": "dist/ui-rc-components.esm.js",
"size-limit": [
{
"path": "dist/ui-rollingcode.cjs.production.min.js",
"path": "dist/ui-rc-components.cjs.production.min.js",
"limit": "10 KB"
},
{
"path": "dist/ui-rollingcode.esm.js",
"path": "dist/ui-rc-components.esm.js",
"limit": "10 KB"
}
],
Expand Down

0 comments on commit 52dcf29

Please sign in to comment.