@roots/container
Advanced tools
Comparing version 3.0.53-alpha.0 to 3.0.54-alpha.0
{ | ||
"name": "@roots/container", | ||
"version": "3.0.53-alpha.0", | ||
"version": "3.0.54-alpha.0", | ||
"description": "Collections utility", | ||
@@ -30,5 +30,3 @@ "homepage": "https://roots.io/bud", | ||
"files": [ | ||
"lib/", | ||
"types/", | ||
"src/" | ||
"lib/" | ||
], | ||
@@ -41,5 +39,5 @@ "main": "./lib/cjs/index.js", | ||
}, | ||
"types": "./types/index.d.ts", | ||
"types": "./lib/types/index.d.ts", | ||
"scripts": { | ||
"build": "run-s build:*", | ||
"build": "run-s build:cjs build:esm", | ||
"build:cjs": "tsc --build tsconfig.json", | ||
@@ -61,3 +59,9 @@ "build:esm": "tsc --build tsconfig-esm.json", | ||
}, | ||
"gitHead": "cb0b5fb0ce71356323c93f1dd90e88349a6c4497" | ||
"gitHead": "0af7f77b40efc03e27b45104a75a0a792295e3f8", | ||
"devDependencies": { | ||
"@types/node": "^14.14.31", | ||
"@types/webpack": "^4.41.26", | ||
"run-s": "^0.0.0", | ||
"type-fest": "^0.21.2" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
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
426418
4
17
2042