rewrite-imports
Advanced tools
Comparing version 2.0.1 to 2.0.2
{ | ||
"name": "rewrite-imports", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"repository": "lukeed/rewrite-imports", | ||
"description": "Rewrite `import` statements as `require()`s; via RegExp", | ||
"browser": "dist/rewrite-imports.es5.js", | ||
"main": "dist/rewrite-imports.js", | ||
"module": "dist/rewrite.mjs", | ||
"unpkg": "dist/rewrite.min.js", | ||
"main": "dist/rewrite.js", | ||
"license": "MIT", | ||
@@ -18,3 +19,4 @@ "author": { | ||
"scripts": { | ||
"build": "node builder", | ||
"build": "bundt", | ||
"pretest": "npm run build", | ||
"test": "tape test/*.js | tap-spec" | ||
@@ -34,4 +36,3 @@ }, | ||
"devDependencies": { | ||
"buble": "^0.19.3", | ||
"mk-dirs": "^1.0.0", | ||
"bundt": "^0.3.0", | ||
"tap-spec": "^4.1.1", | ||
@@ -38,0 +39,0 @@ "tape": "^4.7.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
7114
3
6
46