Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
rixo committed Nov 22, 2019
1 parent db0925c commit 7beccdf
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/rollup-plugin-filerouter.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const path = require('path')
const fsa = require('utils/fsa')
const fsa = require('./utils/fsa')
const filesToRoutes = require('./files-to-routes')

const ROUTES_FILE = 'generatedRoutes.js'
Expand Down
7 changes: 6 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,8 @@
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"cheap-watch": "^1.0.2"
}
}

0 comments on commit 7beccdf

Please sign in to comment.