Skip to content

Commit 3cab0a4

Browse files
committed
Update package.json
1 parent fec4dd9 commit 3cab0a4

3 files changed

Lines changed: 45 additions & 41 deletions

File tree

package.json

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,33 @@
11
{
2-
"name": "dotcms-ema-elements",
3-
"version": "0.0.1",
4-
"description": "Stencil Component Starter",
5-
"main": "dist/index.js",
6-
"module": "dist/index.mjs",
7-
"es2015": "dist/esm/index.mjs",
8-
"es2017": "dist/esm/index.mjs",
9-
"types": "dist/types/index.d.ts",
10-
"collection": "dist/collection/collection-manifest.json",
11-
"collection:main": "dist/collection/index.js",
12-
"unpkg": "dist/dotcms-ema-elements/dotcms-ema-elements.js",
13-
"files": [
14-
"dist/",
15-
"loader/"
16-
],
17-
"scripts": {
18-
"build": "stencil build --docs",
19-
"start": "stencil build --dev --watch --serve",
20-
"test": "stencil test --spec --e2e",
21-
"test.watch": "stencil test --spec --e2e --watchAll",
22-
"generate": "stencil generate"
23-
},
24-
"devDependencies": {
25-
"@stencil/core": "^1.3.3",
26-
"@types/jest": "24.0.19",
27-
"@types/puppeteer": "1.20.2",
28-
"jest": "24.8.0",
29-
"jest-cli": "24.8.0",
30-
"puppeteer": "1.20.0"
31-
},
32-
"license": "MIT"
2+
"name": "dotcms-ema-elements",
3+
"version": "0.0.2",
4+
"description": "DotCMS Edit Mode Anywhere Web Components Library",
5+
"main": "dist/index.js",
6+
"module": "dist/index.mjs",
7+
"es2015": "dist/esm/index.mjs",
8+
"es2017": "dist/esm/index.mjs",
9+
"types": "dist/types/index.d.ts",
10+
"collection": "dist/collection/collection-manifest.json",
11+
"collection:main": "dist/collection/index.js",
12+
"unpkg": "dist/dotcms-ema-elements/dotcms-ema-elements.js",
13+
"files": [
14+
"dist/",
15+
"loader/"
16+
],
17+
"scripts": {
18+
"build": "stencil build --docs",
19+
"start": "stencil build --dev --watch --serve",
20+
"test": "stencil test --spec --e2e",
21+
"test.watch": "stencil test --spec --e2e --watchAll",
22+
"generate": "stencil generate"
23+
},
24+
"devDependencies": {
25+
"@stencil/core": "^1.3.3",
26+
"@types/jest": "24.0.19",
27+
"@types/puppeteer": "1.20.2",
28+
"jest": "24.8.0",
29+
"jest-cli": "24.8.0",
30+
"puppeteer": "1.20.0"
31+
},
32+
"license": "MIT"
3333
}

src/components/dotcms-ema-container/readme.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,14 @@
22

33
<!-- Auto Generated Below -->
44

5+
56
## Properties
67

7-
| Property | Attribute | Description | Type | Default |
8-
| ----------- | --------- | ----------- | --------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------ |
9-
| `container` | -- | | `{ acceptTypes: string; inode: string; identifier: string; uuid: string; maxContentlets: string; }` | `{ acceptTypes: '', inode: '', identifier: '', uuid: '', maxContentlets: '' }` |
8+
| Property | Attribute | Description | Type | Default |
9+
| ----------- | --------- | ----------- | --------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------- |
10+
| `container` | -- | | `{ acceptTypes: string; inode: string; identifier: string; uuid: string; maxContentlets: string; }` | `{ acceptTypes: '', inode: '', identifier: '', uuid: '', maxContentlets: '' }` |
11+
1012

11-
---
13+
----------------------------------------------
1214

13-
_Built with [StencilJS](https://stenciljs.com/)_
15+
*Built with [StencilJS](https://stenciljs.com/)*

src/components/dotcms-ema-contentlet/readme.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,14 @@
22

33
<!-- Auto Generated Below -->
44

5+
56
## Properties
67

7-
| Property | Attribute | Description | Type | Default |
8-
| ------------ | --------- | ----------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------- |
9-
| `contentlet` | -- | | `{ inode: string; identifier: string; contentType: string; baseType: string; dotLang: string; title: string; dotCanEdit: string; dotContentTypeId: string; }` | `{ inode: '', identifier: '', contentType: '', baseType: '', dotLang: '', title: '', dotCanEdit: '', dotContentTypeId: '' }` |
8+
| Property | Attribute | Description | Type | Default |
9+
| ------------ | --------- | ----------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------- |
10+
| `contentlet` | -- | | `{ inode: string; identifier: string; contentType: string; baseType: string; dotLang: string; title: string; dotCanEdit: string; dotContentTypeId: string; }` | `{ inode: '', identifier: '', contentType: '', baseType: '', dotLang: '', title: '', dotCanEdit: '', dotContentTypeId: '' }` |
11+
1012

11-
---
13+
----------------------------------------------
1214

13-
_Built with [StencilJS](https://stenciljs.com/)_
15+
*Built with [StencilJS](https://stenciljs.com/)*

0 commit comments

Comments
 (0)