@codaline-io/create-apollo-error
Advanced tools
Comparing version 0.1.3 to 0.1.4
{ | ||
"name": "@codaline-io/create-apollo-error", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"scripts": { | ||
@@ -27,5 +27,8 @@ "build": "rm -rf ./lib && microbundle --ts -i ./index.ts" | ||
"exports": { | ||
"types": "./lib/index.d.ts", | ||
"require": "./lib/index.js", | ||
"default": "./lib/index.modern.mjs" | ||
".": { | ||
"types": "./lib/index.d.ts", | ||
"require": "./lib/index.js", | ||
"import": "./lib/index.modern.mjs", | ||
"default": "./lib/index.modern.mjs" | ||
} | ||
}, | ||
@@ -32,0 +35,0 @@ "main": "./lib/index.js", |
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
8249