Skip to content
This repository was archived by the owner on Jan 9, 2024. It is now read-only.

Commit

Permalink
Fix dist paths
Browse files Browse the repository at this point in the history
  • Loading branch information
queicherius committed May 24, 2021
1 parent afe7878 commit 842fdb5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion babel.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
module.exports = require('./dist/babel.js')
module.exports = require('./dist/src/babel.js')
2 changes: 1 addition & 1 deletion config/node.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const parseLocaleFile = require('../dist/fsBackend.js').parseLocaleFile
const parseLocaleFile = require('../dist/src/parseLocaleFile.js').parseLocaleFile

module.exports = (pOptions) => ({
backend: { parse: (string) => parseLocaleFile(string, pOptions) },
Expand Down

0 comments on commit 842fdb5

Please sign in to comment.