Skip to content

Commit

Permalink
Move register to its own folder
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed Mar 26, 2019
1 parent 579354d commit a0bd6a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"main": "build/src/index.js",
"files": [
"build/src",
"register.js",
"register",
"examples",
"!~"
],
Expand Down
2 changes: 1 addition & 1 deletion register.js → register/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

// We need to use this syntax to avoid linting issues: different ESLint
// rules are reported whether `build` is present or not.
const pkgDir = '.'
const pkgDir = '..'
// eslint-disable-next-line import/no-dynamic-require
const logProcessErrors = require(pkgDir)

Expand Down

0 comments on commit a0bd6a9

Please sign in to comment.