@akilli/editor 5.1.5 → 5.1.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/license.md +1 -1
  2. package/package.json +3 -3
package/license.md CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2022 Ayhan Akilli
1
+ Copyright (c) 2023 Ayhan Akilli
2
2
 
3
3
  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
4
4
  documentation files (the "Software"), to deal in the Software without restriction, including without limitation the
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@akilli/editor",
3
- "version": "5.1.5",
3
+ "version": "5.1.7",
4
4
  "description": "A HTML standards-compliant and dependency-free rich text editor",
5
5
  "keywords": [
6
6
  "contenteditable",
@@ -35,13 +35,13 @@
35
35
  "build:clean": "rm -rf dist",
36
36
  "build:font": "mkdir -p dist && cp src/build/editor.woff2 dist/editor.woff2",
37
37
  "build:css": "esbuild src/build/editor.css --minify --outfile=dist/editor.css",
38
- "build:js": "esbuild src/build/BuildEditor.js --minify --bundle --outfile=dist/editor.js --target=es2022 --format=esm",
38
+ "build:js": "node ./build.js",
39
39
  "release:patch": "./release patch",
40
40
  "release:minor": "./release minor",
41
41
  "release:major": "./release major"
42
42
  },
43
43
  "devDependencies": {
44
- "@akilli/editor-src": "^5.1.5",
44
+ "@akilli/editor-src": "^5.1.7",
45
45
  "esbuild": "^0.16.12",
46
46
  "prettier": "^2.8.1"
47
47
  }