Skip to content

Commit b95acac

Browse files
authored
Merge pull request #28 from editor-js/chore/helpers-module
Set helpers package type to module
2 parents c566cf5 + b305686 commit b95acac

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

packages/helpers/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
33
"description": "Utils useful for Editor.js tools development",
44
"repository": "https://github.com/editor-js/utils/tree/main/packages/helpers",
55
"link": "https://github.com/editor-js/utils/tree/main/packages/helpers",
6-
"version": "1.0.1",
6+
"version": "1.1.0",
77
"main": "dist/index.js",
8+
"type": "module",
89
"license": "MIT",
910
"scripts": {
1011
"build": "tsc --project tsconfig.build.json"

0 commit comments

Comments
 (0)