@4lch4/backpack
Advanced tools
Comparing version 0.0.2-0 to 0.0.3-0
{ | ||
"name": "@4lch4/backpack", | ||
"displayName": "4lch4's Backpack", | ||
"version": "0.0.2-0", | ||
"version": "0.0.3-0", | ||
"description": "A collection of useful functions, constants, and more, for use in a variety of NodeJS packages/projects.", | ||
@@ -25,3 +25,9 @@ "keywords": [ | ||
"type": "module", | ||
"exports": "./dist/index.js", | ||
"exports": { | ||
".": "./dist/index.js", | ||
"./constants": "./dist/constants/index.js" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"main": "./dist/index.js", | ||
@@ -28,0 +34,0 @@ "types": "./dist/index.d.ts", |
Sorry, the diff of this file is not supported yet
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
67036