Skip to content

Commit fb30540

Browse files
committed
Consolidate keyword formatting in package.json files across Elm, JavaScript Vite, and Vue examples for consistency.
1 parent 3493ec1 commit fb30540

File tree

3 files changed

+3
-19
lines changed

3 files changed

+3
-19
lines changed

examples/elm/package.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,7 @@
33
"description": "PDF viewer web application built with Nutrient Web SDK and Elm",
44
"version": "1.0.0",
55
"main": "index.js",
6-
"keywords": [
7-
"elm",
8-
"pdf",
9-
"viewer",
10-
"webpack"
11-
],
6+
"keywords": ["elm", "pdf", "viewer", "webpack"],
127
"author": "Nutrient (https://www.nutrient.io)",
138
"homepage": "https://www.nutrient.io/web",
149
"license": "SEE LICENSE IN https://www.nutrient.io/legal/Nutrient_SDK_User_Evaluation_Subscription_Agreement",

examples/javascript-vite/package.json

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,7 @@
2020
"rollup-plugin-copy": "^3.5.0",
2121
"vite": "^7.1.7"
2222
},
23-
"keywords": [
24-
"pdf",
25-
"viewer",
26-
"vite",
27-
"javascript",
28-
"nutrient",
29-
"web",
30-
"sdk"
31-
],
23+
"keywords": ["pdf", "viewer", "vite", "javascript", "nutrient", "web", "sdk"],
3224
"author": "Nutrient (https://www.nutrient.io)",
3325
"homepage": "https://www.nutrient.io/web",
3426
"license": "SEE LICENSE IN https://www.nutrient.io/legal/Nutrient_SDK_User_Evaluation_Subscription_Agreement",

examples/vue/package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,7 @@
2727
"node": true,
2828
"es2022": true
2929
},
30-
"extends": [
31-
"plugin:vue/vue3-essential",
32-
"eslint:recommended"
33-
],
30+
"extends": ["plugin:vue/vue3-essential", "eslint:recommended"],
3431
"parserOptions": {
3532
"requireConfigFile": false
3633
},

0 commit comments

Comments
 (0)