🌐 AI搜索 & 代理 主页
Skip to content

Commit 3d2ad19

Browse files
author
Jonathan Fielding
committed
fix dodgy main
1 parent 3bda2b3 commit 3d2ad19

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "echo-js",
3-
"version": "1.7.2",
3+
"version": "1.7.3",
44
"description": "Lazy-loading with data-* attributes, offset and throttle options",
55
"author": "@toddmotto",
66
"license": "MIT",
@@ -20,7 +20,5 @@
2020
"karma-phantomjs-launcher": "^0.1.4",
2121
"karma-spec-reporter": "0.0.13"
2222
},
23-
"spm": {
24-
"main": "src/echo.js"
25-
}
23+
"main": "src/echo.js"
2624
}

0 commit comments

Comments
 (0)