Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
Andarist committed Jan 7, 2025
1 parent 854a7ff commit c549bc5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 87 deletions.
3 changes: 1 addition & 2 deletions .babelrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,9 @@ module.exports = {
loose: true,
modules: false,
targets: {
node: 6,
node: 18,
},
},
],
],
plugins: ['@babel/transform-modules-commonjs'],
}
85 changes: 0 additions & 85 deletions lib/index.js

This file was deleted.

3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
"description": "Babel plugin for annotating automatically pure function calls.",
"author": "Mateusz Burzyński <[email protected]> (https://github.com/Andarist)",
"license": "MIT",
"engines": {
"node": ">=18"
},
"main": "dist/babel-plugin-annotate-pure-calls.cjs.js",
"module": "dist/babel-plugin-annotate-pure-calls.esm.js",
"exports": {
Expand Down

0 comments on commit c549bc5

Please sign in to comment.