@innovastudio/contentbuilder 1.5.45 → 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 -4
package/package.json CHANGED
@@ -1,14 +1,13 @@
1
1
  {
2
2
  "name": "@innovastudio/contentbuilder",
3
3
  "type": "module",
4
- "version": "1.5.45",
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
- "public/contentbuilder",
9
- "public/contentbuilder/contentbuilder.css"
9
+ "public/contentbuilder"
10
10
  ],
11
- "style": "public/contentbuilder/contentbuilder.css",
12
11
  "scripts": {
13
12
  "build": "rollup -c",
14
13
  "start": "concurrently \"node server.js\" \"webpack serve --config webpack.config.js\"",