Skip to content

Commit

Permalink
Specify files to include, bump to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AstroCaleb committed Apr 19, 2021
1 parent cbde9dc commit 5b5530a
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.1.1 (19 April 2021)

* I found out I can reduce the files included when this package is installed as a dependency. Hurray!

## 1.1.0 (18 April 2021)

* Small version bump to allow republishing to npm
Expand Down
2 changes: 1 addition & 1 deletion dist/lazy-render.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
}

/*!
* lazy-render.js v1.1.0
* lazy-render.js v1.1.1
* https://github.com/AstroCaleb/lazy-render
*
* Copyright 2021-Present Caleb Dudley
Expand Down
2 changes: 1 addition & 1 deletion dist/lazy-render.min.js

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

7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@astrocaleb/lazy-render",
"version": "1.1.0",
"version": "1.1.1",
"author": "Caleb Dudley",
"description": "A super simple lazy render script for whatever element(s) you want.",
"license": "MIT",
Expand All @@ -15,6 +15,11 @@
"front-end",
"javascript"
],
"files": [
"dist/",
"src/",
"index.js"
],
"repository": {
"type": "git",
"url": "https://github.com/AstroCaleb/lazy-render.git"
Expand Down
2 changes: 1 addition & 1 deletion src/lazy-render.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* lazy-render.js v1.1.0
* lazy-render.js v1.1.1
* https://github.com/AstroCaleb/lazy-render
*
* Copyright 2021-Present Caleb Dudley
Expand Down

0 comments on commit 5b5530a

Please sign in to comment.