chore: fix babel plugin import

This commit is contained in:
Kuba
2019-08-26 15:23:08 +02:00
parent 52b2756c3c
commit 67f0ad2efd
2 changed files with 4 additions and 4 deletions

View File

@@ -1 +1 @@
module.exports = require('./src/babel');
module.exports = require('./lib/module/babel/index.js');

View File

@@ -5,9 +5,9 @@
"main": "lib/module/index.js",
"types": "lib/typescript/src/index.d.ts",
"files": [
"src",
"lib",
"dist"
"dist",
"babel.js"
],
"sideEffects": false,
"repository": {
@@ -134,4 +134,4 @@
"src/"
]
}
}
}