Skip to content

Commit 319ceea

Browse files
committed
Added dev complete postinstall notice.
1 parent 158c343 commit 319ceea

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
"lint": "npx eslint ./src/yall.mjs",
1111
"test": "npm run lint && npm run build && cp -fv ./dist/yall.min.js ./test/js && npm run server",
1212
"server": "node http.js",
13-
"build": "npm run clean && npx rollup -c"
13+
"build": "npm run clean && npx rollup -c",
14+
"postinstall": "node -e \"console.log('\\u001b[31m\\u001b[1mThanks for using yall.js! Excluding bugfixes, development of yall.js is finished. You should also consider replacing yall.js with native lazy loading if you can. Learn more at \\u001b[34mhttps://web.dev/native-lazy-loading/\\u001b[0m')\""
1415
},
1516
"repository": {
1617
"type": "git",

0 commit comments

Comments
 (0)