css-font-face-src
Advanced tools
Comparing version 0.2.0 to 0.2.1
{ | ||
"name": "css-font-face-src", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "A CSS @font-face src property value parser", | ||
@@ -8,3 +8,3 @@ "main": "lib/index.js", | ||
"test": "jshint lib/ --exclude lib/grammar.js test/ && jasmine-node test/ --captureExceptions", | ||
"prepublish": "pegjs lib/grammar.peg lib/grammar.js" | ||
"prepublish": "./node_modules/.bin/pegjs lib/grammar.peg lib/grammar.js" | ||
}, | ||
@@ -11,0 +11,0 @@ "repository": { |
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
10882