Skip to content

Commit 3131364

Browse files
author
aFarkas
committed
updated package.json + release
1 parent d43f160 commit 3131364

File tree

4 files changed

+18
-17
lines changed

4 files changed

+18
-17
lines changed

.npmignore

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
*.bak
22
*.zip
33
.*
4-
play
4+
/play
55
node_modules
66
bower_components
7-
test
8-
tests
9-
maxdpr
10-
rias
11-
optimumx
12-
assets
7+
/test
8+
/tests
9+
/maxdpr
10+
/rias
11+
/optimumx
12+
/assets
13+
/include
1314
index.html
1415
Gruntfile.js
1516
component.json

bower.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "lazysizes",
33
"repo": "afarkas/lazysizes",
4-
"version": "0.5.2",
4+
"version": "0.5.3",
55
"main": "lazysizes.min.js",
66
"scripts": [
77
"lazysizes.min.js"
@@ -19,14 +19,14 @@
1919
"ignore": [
2020
"**/.*",
2121
"node_modules",
22-
"assets",
23-
"maxdpr",
24-
"rias",
25-
"include",
26-
"optimumx",
22+
"/assets",
23+
"/maxdpr",
24+
"/rias",
25+
"/include",
26+
"/optimumx",
2727
"bower_components",
28-
"test",
29-
"tests",
28+
"/test",
29+
"/tests",
3030
"index.html",
3131
"Gruntfile.js",
3232
"component.json",

lazysizes.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lazysizes",
3-
"version": "0.5.2",
3+
"version": "0.5.3",
44
"filename": "lazysizes.min.js",
55
"author": "Alexander Farkas <[email protected]>",
66
"repository": {

0 commit comments

Comments
 (0)