Skip to content

Commit

Permalink
Added dev complete postinstall notice.
Browse files Browse the repository at this point in the history
  • Loading branch information
malchata committed Apr 3, 2020
1 parent 158c343 commit 319ceea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"lint": "npx eslint ./src/yall.mjs",
"test": "npm run lint && npm run build && cp -fv ./dist/yall.min.js ./test/js && npm run server",
"server": "node http.js",
"build": "npm run clean && npx rollup -c"
"build": "npm run clean && npx rollup -c",
"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')\""
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 319ceea

Please sign in to comment.