@taufik-nurrohman/text-editor.source 2.2.5 → 2.2.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +1 -2
package/package.json CHANGED
@@ -49,6 +49,5 @@
49
49
  "scripts": {
50
50
  "pack": "pack --clean=false --from=.github/factory --js-format=umd --js-name=TE.Source --js-top='%(js.license)' --mjs=true --to=."
51
51
  },
52
- "type": "module",
53
- "version": "2.2.5"
52
+ "version": "2.2.6"
54
53
  }