Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gridjs",
"version": "6.0.1",
"version": "6.0.2",
"description": "Advanced table plugin",
"author": "Afshin Mehrabani <afshin.meh@gmail.com>",
"license": "MIT",
Expand Down Expand Up @@ -104,9 +104,9 @@
"clean": "rimraf coverage dist tmp l10n/dist 'plugins/!(node_modules)/dist'",
"prebuild": "npm run clean",
"build": "run-p build:grid build:i18n build:plugins build:themes",
"build:grid": "microbundle build --raw --tsconfig tsconfig.release.json",
"build:grid": "microbundle build --raw --external none --tsconfig tsconfig.release.json",
"build:i18n": "microbundle build --raw --cwd l10n --tsconfig l10n/tsconfig.release.json",
"build:watch": "microbundle build -w --raw --external none --tsconfig tsconfig.release.json",
"build:watch": "npm run build:grid -- -w",
"build:plugins": "microbundle build --raw --cwd plugins/selection --tsconfig plugins/selection/tsconfig.release.json",
"postbuild": "node build/node-13-exports.js",
"prebuild:themes": "sass src/theme/mermaid/index.scss dist/theme/mermaid.css",
Expand Down