Comparing version 0.1.3 to 0.1.4
{ | ||
"name": "cjs-esm", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"description": "Another CommonJs transform ESModule lib.", | ||
@@ -10,8 +10,8 @@ "main": "dist/index.js", | ||
"scripts": { | ||
"dev": "tsc --watch", | ||
"build": "rm -rf dist && tsc" | ||
"build": "rm -rf dist && tsc", | ||
"prepublish": "npm run build" | ||
}, | ||
"dependencies": { | ||
"acorn": "^8.x", | ||
"acorn-walk": "^8.x" | ||
"acorn": "^8.4.1", | ||
"acorn-walk": "^8.1.1" | ||
}, | ||
@@ -18,0 +18,0 @@ "devDependencies": { |
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
26853
17
689
Updatedacorn@^8.4.1
Updatedacorn-walk@^8.1.1