Skip to content

Commit c549bc5

Browse files
committed
tweak
1 parent 854a7ff commit c549bc5

File tree

3 files changed

+4
-87
lines changed

3 files changed

+4
-87
lines changed

.babelrc.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,9 @@ module.exports = {
66
loose: true,
77
modules: false,
88
targets: {
9-
node: 6,
9+
node: 18,
1010
},
1111
},
1212
],
1313
],
14-
plugins: ['@babel/transform-modules-commonjs'],
1514
}

lib/index.js

Lines changed: 0 additions & 85 deletions
This file was deleted.

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
"description": "Babel plugin for annotating automatically pure function calls.",
55
"author": "Mateusz Burzyński <[email protected]> (https://github.com/Andarist)",
66
"license": "MIT",
7+
"engines": {
8+
"node": ">=18"
9+
},
710
"main": "dist/babel-plugin-annotate-pure-calls.cjs.js",
811
"module": "dist/babel-plugin-annotate-pure-calls.esm.js",
912
"exports": {

0 commit comments

Comments
 (0)