Skip to content

Commit

Permalink
babel-plugin-makepot: don't transpile the package code (#28911)
Browse files Browse the repository at this point in the history
* babel-plugin-makepot: don't transpile the package code

* Update lockfile
  • Loading branch information
jsnajdr authored Feb 11, 2021
1 parent f456ee9 commit 3db2b85
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 7 deletions.
1 change: 0 additions & 1 deletion package-lock.json

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

File renamed without changes.
7 changes: 2 additions & 5 deletions packages/babel-plugin-makepot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,10 @@
"node": ">=12"
},
"files": [
"build",
"build-module"
"index.js"
],
"main": "build/index.js",
"module": "build-module/index.js",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.12.5",
"gettext-parser": "^1.3.1",
"lodash": "^4.17.19"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-plugin-makepot/test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import traverse from '@babel/traverse';
/**
* Internal dependencies
*/
import babelPlugin from '../src';
import babelPlugin from '..';

describe( 'babel-plugin', () => {
const {
Expand Down

0 comments on commit 3db2b85

Please sign in to comment.