@ludovicm67/media-tools-utils
Advanced tools
Comparing version 0.1.3 to 0.1.4
# @ludovicm67/media-tools-utils | ||
## 0.1.4 | ||
### Patch Changes | ||
- c0a4cea: Replace NPM with Yarn | ||
## 0.1.3 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "@ludovicm67/media-tools-utils", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"description": "Media tools utils", | ||
@@ -10,4 +10,5 @@ "main": "index.js", | ||
"clean": "rimraf *.tgz *.d.ts* **/*.d.ts*", | ||
"build": "npm run clean && npm run typings", | ||
"postpublish": "npm run clean", | ||
"build": "yarn clean && yarn typings", | ||
"prepack": "yarn build", | ||
"postpublish": "yarn clean", | ||
"test": "true" | ||
@@ -14,0 +15,0 @@ }, |
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
4009