Skip to content

Commit b608106

Browse files
committed
Fixes stupid postinstall message.
1 parent 889bce1 commit b608106

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "yall-js",
3-
"version": "4.0.1",
3+
"version": "4.0.2",
44
"description": "Yet Another Lazy Loader",
55
"type": "module",
66
"source": "./src/index.js",
@@ -15,7 +15,7 @@
1515
"dev": "npm run clean && npx microbundle watch",
1616
"lint": "npx eslint ./src/**.js ./src/**/*.js",
1717
"test": "npm run lint && npm run build && node ./http.js",
18-
"postinstall": "node -e \"console.log('\\u001b[31m\\u001b[1mThanks for using yall.js! This is version 4, which remove support for lazy loading `<img>`, `<picture>`, and `<iframe>` elements. You should use native lazy loading for those use cases. Learn more at \\u001b[34mhttps://github.com/malchata/yall.js\\u001b[0m')\""
18+
"postinstall": "node -e \"console.log('\\u001b[31m\\u001b[1mThanks for using yall.js! This is version 4, which remove support for lazy loading img, picture, and iframe elements. You should use native lazy loading for those use cases. Learn more at \\u001b[34mhttps://github.com/malchata/yall.js\\u001b[0m')\""
1919
},
2020
"repository": {
2121
"type": "git",

0 commit comments

Comments
 (0)