mjml-react-small
Advanced tools
Comparing version 0.2.1 to 0.2.2
{ | ||
"name": "mjml-react-small", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"license": "MIT", | ||
"homepage": "https://github.com/luma-team/mjml-react", | ||
"main": "dist/index.js", | ||
"files": [ | ||
@@ -14,7 +13,22 @@ "dist" | ||
}, | ||
"main": "dist/index.js", | ||
"module": "dist/index.mjs", | ||
"types": "dist/index.d.ts", | ||
"exports": { | ||
".": { | ||
"require": { | ||
"types": "dist/index.d.ts", | ||
"default": "dist/index.js" | ||
}, | ||
"import": { | ||
"types": "dist/index.d.mts", | ||
"default": "dist/index.mjs" | ||
} | ||
} | ||
}, | ||
"scripts": { | ||
"build": "./node_modules/.bin/tsc", | ||
"dev": "tsc --watch", | ||
"build": "pnpm tsup", | ||
"dev": "pnpm tsup --watch", | ||
"tsc": "tsc --noEmit", | ||
"pub": "./node_modules/.bin/tsc && npm version patch && npm publish" | ||
"pub": "npm run build && npm version patch && npm publish" | ||
}, | ||
@@ -21,0 +35,0 @@ "devDependencies": { |
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
141553
7
741