Skip to content

Commit

Permalink
refactor: Publish ESM.
Browse files Browse the repository at this point in the history
BREAKING CHANGE: This package is now pure ESM.
  • Loading branch information
darkobits committed Aug 14, 2022
1 parent 1c709d1 commit c527ef8
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module.exports = {
extends: 'plugin:@darkobits/ts'
};
3 changes: 3 additions & 0 deletions babel.config.cjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module.exports = {
extends: require('@darkobits/ts').babelEsm
};
3 changes: 0 additions & 3 deletions babel.config.js

This file was deleted.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"description": "Easily Dockerize Node projects.",
"license": "WTFPL",
"author": "darkobits",
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/darkobits/dockerize.git"
Expand Down

0 comments on commit c527ef8

Please sign in to comment.