Skip to content

Commit e40e5c7

Browse files
committed
Normalize package.json files, to prepare publication on NPM
1 parent 4d0e655 commit e40e5c7

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

assets/package.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,16 @@
22
"name": "@symfony/ux-lazy-image",
33
"description": "Lazy image loader and utilities for Symfony",
44
"license": "MIT",
5-
"version": "1.1.0",
5+
"version": "2.23.0",
6+
"keywords": [
7+
"symfony-ux"
8+
],
9+
"homepage": "https://ux.symfony.com/lazy-image",
10+
"repository": "https://github.com/symfony/ux-lazy-image/tree/2.x",
11+
"type": "module",
12+
"files": [
13+
"dist"
14+
],
615
"main": "dist/controller.js",
716
"types": "dist/controller.d.ts",
817
"scripts": {

0 commit comments

Comments
 (0)