@emmetio/scanner
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "@emmetio/scanner", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Scans given text character-by-character", | ||
@@ -16,4 +16,4 @@ "main": "./scanner.cjs", | ||
"build": "rollup -c", | ||
"clean": "rm -f ./scanner.* ./*.d.ts", | ||
"prepublishOnly": "npm test && npm run clean && npm run build" | ||
"clean": "rimraf ./scanner.* ./*.d.ts", | ||
"prepublishOnly": "npm run clean && npm run build && npm test" | ||
}, | ||
@@ -40,2 +40,3 @@ "repository": { | ||
"mocha": "^10.2.0", | ||
"rimraf": "^5.0.0", | ||
"rollup": "^3.9.0", | ||
@@ -49,3 +50,3 @@ "ts-node": "^10.9.1", | ||
}, | ||
"gitHead": "406e38e35d0a7fc4ef4dab85a2fd3559b2531f66" | ||
"gitHead": "94501c6c85789e5872784c378da271f1691df3a6" | ||
} |
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
19160
8