Skip to content

Commit

Permalink
0.7.2 ready, size optimized greatly
Browse files Browse the repository at this point in the history
  • Loading branch information
jciccio committed Mar 31, 2024
1 parent e57131f commit 5b75fe5
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 203 deletions.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
banner.png
images
react-js-banner-example
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,9 @@ https://patreon.com/Jacware

# Changelog

### v0.7.2
* Package size further optimized from ~118kb+ to <11kb packed / 31kb unpacked :)

### v0.7.1
* Package size optimized from ~600kb+ to <100kb

Expand Down
23 changes: 0 additions & 23 deletions dist/main.js

This file was deleted.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
{
"name": "react-js-banner",
"version": "0.7.1",
"version": "0.7.2",
"description": "React JS Banner component customizable with auto hide option",
"main": "build/index.js",
"peerDependencies": {},
"dependencies": {
"source-map-explorer": "^2.5.3"
},
"scripts": {
"start": "webpack --watch",
Expand Down
Loading

0 comments on commit 5b75fe5

Please sign in to comment.