bemhtml-syntax
Advanced tools
Comparing version 0.0.21 to 0.0.22
{ | ||
"name": "bemhtml-syntax", | ||
"version": "0.0.21", | ||
"version": "0.0.22", | ||
"description": "BEMHTML syntax converter", | ||
@@ -39,3 +39,2 @@ "main": "lib/syntax.js", | ||
"devDependencies": { | ||
"bower": "1.4.x", | ||
"escodegen": "1.6.1", | ||
@@ -42,0 +41,0 @@ "mocha": "2.2.4", |
@@ -6,3 +6,3 @@ var syntax = require(".."), | ||
.readFileSync( | ||
__dirname + '/../bower_components/bem-core/common.blocks/i-bem/i-bem.bemhtml', | ||
__dirname + '/i-bem.bemhtml', | ||
'utf8'), | ||
@@ -9,0 +9,0 @@ compat = require("bemhtml-compat"), |
Sorry, the diff of this file is too big to display
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
2459099
3
594