Skip to content

Commit

Permalink
Build v0.20.4
Browse files Browse the repository at this point in the history
  • Loading branch information
artf committed Feb 2, 2023
1 parent 05d2c8e commit 095466c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions dist/grapes.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/grapes.min.js.map

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "grapesjs",
"description": "Free and Open Source Web Builder Framework",
"version": "0.20.3",
"version": "0.20.4",
"author": "Artur Arseniev",
"license": "BSD-3-Clause",
"homepage": "http://grapesjs.com",
Expand Down Expand Up @@ -107,6 +107,7 @@
"docs:deploy": "docs/deploy.sh",
"lint": "eslint . --ext .ts,.js",
"check": "npm run lint && npm run test",
"check:ts": "tsc --noEmit --esModuleInterop dist/index.d.ts",
"build": "npm run check && run-s build:*",
"build:js": "grapesjs-cli build --targets=\"> 1%, ie 11, safari 8, not dead\" --statsOutput=\"stats.json\" --localePath=\"src/i18n/locale\"",
"build:css": "sass src/styles/scss/main.scss dist/css/grapes.min.css --no-source-map --style=compressed --load-path=node_modules",
Expand Down

0 comments on commit 095466c

Please sign in to comment.