Skip to content

Commit

Permalink
upgrade to Angular 15 and GrapesJS to 0.21.1
Browse files Browse the repository at this point in the history
  • Loading branch information
iklimisdev authored and iklimis committed Apr 27, 2023
1 parent fa45d8d commit 3725a80
Show file tree
Hide file tree
Showing 13 changed files with 18,649 additions and 10,282 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ npm install
## Usage

```sh
npm run build
npm run build ngx-grapesjs
npm start
```

Expand Down
17 changes: 12 additions & 5 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,14 +68,13 @@
],
"styles": [
"projects/demo-editor/src/styles.css",
"node_modules/grapesjs/dist/css/grapes.min.css",
"node_modules/grapesjs-preset-newsletter/dist/grapesjs-preset-newsletter.css",
"node_modules/grapesjs-preset-webpage/dist/grapesjs-preset-webpage.min.css"
"node_modules/grapesjs/dist/css/grapes.min.css"
],
"scripts": [
"node_modules/grapesjs/dist/grapes.min.js",
"node_modules/grapesjs-preset-newsletter/dist/grapesjs-preset-newsletter.min.js",
"node_modules/grapesjs-preset-webpage/dist/grapesjs-preset-webpage.min.js"
"node_modules/grapesjs-preset-newsletter/dist/index.js",
"node_modules/grapesjs-preset-webpage/dist/index.js",
"node_modules/grapesjs-blocks-basic/dist/index.js"
]
},
"configurations": {
Expand Down Expand Up @@ -148,5 +147,13 @@
}
}
}
},
"schematics": {
"@angular-eslint/schematics:application": {
"setParserOptionsProject": true
},
"@angular-eslint/schematics:library": {
"setParserOptionsProject": true
}
}
}
Loading

0 comments on commit 3725a80

Please sign in to comment.