@kong/markdown 0.0.2-pr.2.99e4320.0 → 0.0.2-pr.2.fdada9f.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +22 -23
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kong/markdown",
3
- "version": "0.0.2-pr.2.99e4320.0",
3
+ "version": "0.0.2-pr.2.fdada9f.0",
4
4
  "description": "Kong's open-source markdown renderer and live editor",
5
5
  "keywords": [
6
6
  "markdown",
@@ -30,25 +30,6 @@
30
30
  "publishConfig": {
31
31
  "access": "public"
32
32
  },
33
- "scripts": {
34
- "dev": "cross-env USE_SANDBOX=true vite",
35
- "build": "pnpm run typecheck && pnpm run build:package && pnpm run build:types && pnpm run build:aliases",
36
- "build:package": "vite build -m production",
37
- "build:types": "vue-tsc -p './tsconfig.build.json' --emitDeclarationOnly",
38
- "build:aliases": "tsc-alias -p './tsconfig.build.json'",
39
- "build:analyzer": "BUILD_VISUALIZER='core/markdown-ui' vite build -m production",
40
- "build:sandbox": "cross-env USE_SANDBOX=true vite build -m production",
41
- "preview": "pnpm run build:sandbox && cross-env USE_SANDBOX=true vite preview",
42
- "typecheck": "vue-tsc -p './tsconfig.build.json' --noEmit",
43
- "stylelint": "stylelint --allow-empty-input './src/**/*.{css,scss,vue}'",
44
- "stylelint:fix": "stylelint --allow-empty-input './src/**/*.{css,scss,sass,vue}' --fix",
45
- "lint": "eslint '**/*.{js,jsx,ts,tsx,vue}'",
46
- "lint:fix": "eslint '**/*.{js,jsx,ts,tsx,vue}' --fix",
47
- "test": "cross-env FORCE_COLOR=1 vitest run",
48
- "test:open": "cross-env FORCE_COLOR=1 vitest --ui",
49
- "semantic-release": "semantic-release",
50
- "commit": "cz"
51
- },
52
33
  "peerDependencies": {
53
34
  "vue": "^3.3.8"
54
35
  },
@@ -182,8 +163,7 @@
182
163
  },
183
164
  "volta": {
184
165
  "node": "18.18.2",
185
- "pnpm": "8.10.5",
186
- "yarn": "1.22.21"
166
+ "pnpm": "8.10.5"
187
167
  },
188
168
  "config": {
189
169
  "commitizen": {
@@ -194,5 +174,24 @@
194
174
  "jiraPrepend": "[",
195
175
  "jiraAppend": "]"
196
176
  }
177
+ },
178
+ "scripts": {
179
+ "dev": "cross-env USE_SANDBOX=true vite",
180
+ "build": "pnpm run typecheck && pnpm run build:package && pnpm run build:types && pnpm run build:aliases",
181
+ "build:package": "vite build -m production",
182
+ "build:types": "vue-tsc -p './tsconfig.build.json' --emitDeclarationOnly",
183
+ "build:aliases": "tsc-alias -p './tsconfig.build.json'",
184
+ "build:analyzer": "BUILD_VISUALIZER='core/markdown-ui' vite build -m production",
185
+ "build:sandbox": "cross-env USE_SANDBOX=true vite build -m production",
186
+ "preview": "pnpm run build:sandbox && cross-env USE_SANDBOX=true vite preview",
187
+ "typecheck": "vue-tsc -p './tsconfig.build.json' --noEmit",
188
+ "stylelint": "stylelint --allow-empty-input './src/**/*.{css,scss,vue}'",
189
+ "stylelint:fix": "stylelint --allow-empty-input './src/**/*.{css,scss,sass,vue}' --fix",
190
+ "lint": "eslint '**/*.{js,jsx,ts,tsx,vue}'",
191
+ "lint:fix": "eslint '**/*.{js,jsx,ts,tsx,vue}' --fix",
192
+ "test": "cross-env FORCE_COLOR=1 vitest run",
193
+ "test:open": "cross-env FORCE_COLOR=1 vitest --ui",
194
+ "semantic-release": "semantic-release",
195
+ "commit": "cz"
197
196
  }
198
- }
197
+ }