ipfs-unixfs
Advanced tools
Comparing version 6.0.8 to 6.0.9
{ | ||
"name": "ipfs-unixfs", | ||
"version": "6.0.8", | ||
"version": "6.0.9", | ||
"description": "JavaScript implementation of IPFS' unixfs (a Unix FileSystem representation on top of a MerkleDAG)", | ||
@@ -22,14 +22,2 @@ "license": "Apache-2.0 OR MIT", | ||
"types": "types/src/index.d.ts", | ||
"typesVersions": { | ||
"*": { | ||
"*": [ | ||
"types/*", | ||
"types/src/*" | ||
], | ||
"types/*": [ | ||
"types/*", | ||
"types/src/*" | ||
] | ||
} | ||
}, | ||
"files": [ | ||
@@ -153,6 +141,5 @@ "*", | ||
"build": "aegir build && cp -R types dist", | ||
"clean": "rimraf ./dist", | ||
"clean": "rimraf ./dist ./types", | ||
"lint": "aegir ts -p check && aegir lint", | ||
"coverage": "nyc -s aegir test -t node && nyc report --reporter=html", | ||
"dep-check": "aegir dep-check -i mkdirp -i @types/mocha -i nyc -i npm-run-all -i copy -i util", | ||
"dep-check": "aegir dep-check -i mkdirp -i npm-run-all -i copy -i util", | ||
"release": "semantic-release" | ||
@@ -169,3 +156,2 @@ }, | ||
"npm-run-all": "^4.1.5", | ||
"nyc": "^15.0.0", | ||
"uint8arrays": "^3.0.0", | ||
@@ -172,0 +158,0 @@ "util": "^0.12.3" |
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
6
108112