Skip to content

Commit 4083c8e

Browse files
committed
Fix package name
1 parent 74e34c7 commit 4083c8e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
2-
"name": "svelte-img",
2+
"name": "@zerodevx/svelte-img",
33
"description": "Lazy-load images progressively",
44
"version": "0.1.0-rc1",
5+
"author": "Jason Lee <[email protected]>",
56
"svelte": "src/index.js",
67
"main": "dist/svelte-img.js",
78
"scripts": {

0 commit comments

Comments
 (0)