Skip to content

Commit

Permalink
missing-module example
Browse files Browse the repository at this point in the history
  • Loading branch information
ericclemmons committed Mar 10, 2019
1 parent b1f1152 commit 1a41ca4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions examples/missing-module/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"private": true,
"name": "missing-module-example",
"version": "0.0.0",
"scripts": {
"dev": "polydev",
"start": "NODE_ENV=production polydev"
}
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const humanize = require("humanize")
const THIS_PACKAGE_WONT_EXIST = require("THIS_PACKAGE_WONT_EXIST")

module.exports = (req, res) => {
res.send(`
Expand Down

0 comments on commit 1a41ca4

Please sign in to comment.