Skip to content

Commit

Permalink
docs(package): mark package as side-effect free
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh-McFarlin committed Feb 18, 2022
1 parent 832494a commit e45025e
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 18 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

### Documentation

- Mark package as side-effect free

## [0.3.9] - 2022-02-17

### Changed
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Remix-Image

![](https://badgen.net/npm/v/remix-image)
![](https://badgen.net/npm/license/remix-image)
![](https://badgen.net/npm/types/remix-image)
![](https://badgen.net/bundlephobia/min/remix-image)
![](https://badgen.net/npm/dt/remix-image)

## 👋 Intro

A React component for responsive images in Remix.
Expand Down
32 changes: 16 additions & 16 deletions package-lock.json

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

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"description": "A React component for responsive images in Remix",
"author": "Josh McFarlin <[email protected]>",
"license": "MIT",
"sideEffects": false,
"keywords": [
"react",
"remix",
Expand Down Expand Up @@ -49,8 +50,8 @@
"dependencies": {
"clsx": "^1.1.1",
"is-svg": "^4.3.2",
"js-image-lib": "^0.1.4",
"mime-tree": "^0.1.2",
"js-image-lib": "^0.1.5",
"mime-tree": "^0.1.3",
"query-string": "^7.1.0"
},
"devDependencies": {
Expand Down

0 comments on commit e45025e

Please sign in to comment.