masonry-simple 3.1.0 → 3.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +5 -3
package/README.md
CHANGED
|
@@ -10,7 +10,7 @@ The MasonrySimple class is designed to create a masonry layout of elements on a
|
|
|
10
10
|
|
|
11
11
|
<sup>600B gzipped</sup>
|
|
12
12
|
|
|
13
|
-
<a href="https://
|
|
13
|
+
<a href="https://codepen.io/ux-ui/pen/poxGEqX">DEMO</a>
|
|
14
14
|
|
|
15
15
|
</div>
|
|
16
16
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "masonry-simple",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.1",
|
|
4
4
|
"description": "Responsive masonry grid",
|
|
5
5
|
"author": "ux-ui.pro",
|
|
6
6
|
"license": "MIT",
|
|
@@ -29,9 +29,11 @@
|
|
|
29
29
|
"build": "yarn clean && yarn minify && parcel build"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"
|
|
32
|
+
"@swc/cli": "^0.3.10",
|
|
33
|
+
"@swc/core": "^1.4.8",
|
|
34
|
+
"eslint": "^7.32.0 || ^8.57.0",
|
|
33
35
|
"eslint-config-airbnb-base": "^15.0.0",
|
|
34
|
-
"parcel": "^2.
|
|
36
|
+
"parcel": "^2.12.0"
|
|
35
37
|
},
|
|
36
38
|
"keywords": [
|
|
37
39
|
"masonry",
|