Skip to content

Commit 175997b

Browse files
committed
Merge tag 'v0.0.95' into merge-0.0.95-0.1.x
2 parents bec3116 + fd37f7b commit 175997b

File tree

17 files changed

+354
-67
lines changed

17 files changed

+354
-67
lines changed

package-lock.json

Lines changed: 153 additions & 44 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

samples/sample-generic-content-sidekick-plugin/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
"scripts": {
1717
"build-bundle": "webpack --mode production",
1818
"start": "webpack serve --mode development",
19-
"lint": "eslint ./src/*",
2019
"build:watch": "rm -rf dist && tsc -w --module CommonJS",
2120
"lint": "eslint ./src/*",
2221
"lint:fix": "npm run lint -- --fix"

samples/sample-media-area-plugin/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
"scripts": {
2020
"build-bundle": "webpack --mode production",
2121
"start": "webpack serve --mode development",
22-
"lint": "eslint ./src/*",
2322
"build:watch": "rm -rf dist && tsc -w --module CommonJS",
2423
"lint": "eslint ./src/*",
2524
"lint:fix": "npm run lint -- --fix",

samples/sample-server-commands-plugin/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
"scripts": {
2020
"build-bundle": "webpack --mode production",
2121
"start": "webpack serve --mode development",
22-
"lint": "eslint ./src/*",
2322
"build:watch": "rm -rf dist && tsc -w --module CommonJS",
2423
"lint": "eslint ./src/*",
2524
"lint:fix": "npm run lint -- --fix"

0 commit comments

Comments
 (0)