@vuepress/shared
Advanced tools
Comparing version 2.0.0-beta.49 to 2.0.0-beta.50
{ | ||
"name": "@vuepress/shared", | ||
"version": "2.0.0-beta.49", | ||
"version": "2.0.0-beta.50", | ||
"description": "Utils that shared between VuePress node and client", | ||
@@ -22,10 +22,6 @@ "keywords": [ | ||
"exports": { | ||
".": { | ||
"types": "./dist/index.d.ts", | ||
"import": "./dist/index.js", | ||
"require": "./dist/index.cjs" | ||
}, | ||
".": "./dist/index.js", | ||
"./package.json": "./package.json" | ||
}, | ||
"main": "./dist/index.cjs", | ||
"main": "./dist/index.js", | ||
"module": "./dist/index.js", | ||
@@ -44,16 +40,13 @@ "types": "./dist/index.d.ts", | ||
"clean": true, | ||
"dts": [ | ||
"src/index.ts" | ||
], | ||
"dts": "./src/index.ts", | ||
"entry": [ | ||
"src/index.ts" | ||
"./src/index.ts" | ||
], | ||
"format": [ | ||
"cjs", | ||
"esm" | ||
], | ||
"outDir": "dist", | ||
"outDir": "./dist", | ||
"sourcemap": false, | ||
"target": "es2020", | ||
"tsconfig": "tsconfig.dts.json" | ||
"tsconfig": "../tsconfig.dts.json" | ||
}, | ||
@@ -60,0 +53,0 @@ "scripts": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
12459
4
367