Skip to content

Commit

Permalink
Merge pull request #2 from imgeng/change-package-name
Browse files Browse the repository at this point in the history
chore: change package name and bump version to 1.0.0 for breaking change
  • Loading branch information
AdityaKantipudi1 authored Dec 2, 2024
2 parents 6a44905 + 86d3e01 commit 71778c6
Show file tree
Hide file tree
Showing 4 changed files with 8,771 additions and 15,602 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Check out our [CodeSandbox demo](https://codesandbox.io/p/sandbox/serene-wing-jt

## Installation

`npm install imageengine-reactnative`
`npm install @imageengine/reactnative`

## Usage

Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "imageengine-reactnative",
"version": "0.1.1",
"name": "@imageengine/reactnative",
"version": "1.0.0",
"description": "imageengine support for react-native",
"source": "./src/index.tsx",
"main": "./lib/commonjs/index.js",
Expand Down
Loading

0 comments on commit 71778c6

Please sign in to comment.