Skip to content

Commit f60c0b2

Browse files
authored
Merge pull request #22 from imagekit-developer/refactor
Refactor
2 parents 5dd87c9 + 9e74cd6 commit f60c0b2

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+10828
-27220
lines changed

.DS_Store

6 KB
Binary file not shown.

.babelrc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"presets": [
3+
"@babel/preset-react",
4+
"@babel/preset-env"
5+
]
6+
}

.editorconfig

Lines changed: 0 additions & 19 deletions
This file was deleted.

.eslintrc.js

Lines changed: 0 additions & 89 deletions
This file was deleted.

.prettierrc

Lines changed: 0 additions & 8 deletions
This file was deleted.

DEVELOPMENT.md renamed to CONTRIBUTING.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1+
## Contributing
2+
When contributing to this repository, please first discuss the change you wish to make via issue, email, or any other method with the owners of this repository before making a change.
3+
14
## Building package
25

3-
Execute following command from the root folder to build the library. This creates a package in `dist/imagekitio-react.js` folder.
6+
Execute following command from the root folder to build the library. This will create bundles in `dist` folder.
7+
48
```sh
59
npm install # run for first time
610
npm run build

0 commit comments

Comments
 (0)