@emmetio/css-abbreviation
Advanced tools
Comparing version 2.1.6 to 2.1.7
{ | ||
"name": "@emmetio/css-abbreviation", | ||
"version": "2.1.6", | ||
"version": "2.1.7", | ||
"description": "Parses Emmet CSS abbreviation into AST tree", | ||
@@ -17,4 +17,4 @@ "main": "./dist/index.cjs", | ||
"watch": "rollup -wc", | ||
"clean": "rm -rf ./dist", | ||
"prepublishOnly": "npm test && npm run clean && npm run build" | ||
"clean": "rimraf ./dist", | ||
"prepublishOnly": "npm run clean && npm run build && npm test" | ||
}, | ||
@@ -33,3 +33,3 @@ "repository": { | ||
"dependencies": { | ||
"@emmetio/scanner": "^1.0.2" | ||
"@emmetio/scanner": "^1.0.3" | ||
}, | ||
@@ -41,2 +41,3 @@ "devDependencies": { | ||
"mocha": "^10.2.0", | ||
"rimraf": "^5.0.0", | ||
"rollup": "^3.9.0", | ||
@@ -53,3 +54,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
90019
8
Updated@emmetio/scanner@^1.0.3