@innovastudio/contentbuilder 1.5.44 → 1.5.46

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 +3 -2
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@innovastudio/contentbuilder",
3
3
  "type": "module",
4
- "version": "1.5.44",
4
+ "version": "1.5.46",
5
5
  "description": "",
6
6
  "main": "public/contentbuilder/contentbuilder.esm.js",
7
+ "types": "index.d.ts",
7
8
  "files": [
8
9
  "public/contentbuilder"
9
10
  ],
10
- "style": "public/contentbuilder/contentbuilder.css",
11
11
  "scripts": {
12
12
  "build": "rollup -c",
13
13
  "start": "concurrently \"node server.js\" \"webpack serve --config webpack.config.js\"",
@@ -54,6 +54,7 @@
54
54
  "webpack-dev-server": "^4.2.1"
55
55
  },
56
56
  "dependencies": {
57
+ "@innovastudio/contentbuilder": "^1.5.44",
57
58
  "@monaco-editor/loader": "^1.3.2",
58
59
  "blueimp-load-image": "^5.16.0",
59
60
  "cropperjs": "^1.5.12",