html-normalizer
Advanced tools
Comparing version 0.0.4 to 1.0.4
@@ -33,5 +33,6 @@ 'use strict'; | ||
browserify: { | ||
debug: true | ||
debug: true, | ||
transform: [ 'babelify', 'hintify' ] | ||
} | ||
}); | ||
}; |
{ | ||
"name": "html-normalizer", | ||
"version": "0.0.4", | ||
"version": "1.0.4", | ||
"description": "Used to normalize html and jsx to strings so they can be used in assertions.", | ||
@@ -27,6 +27,6 @@ "main": "lib/index.js", | ||
"devDependencies": { | ||
"babel": "^5.1.13", | ||
"babel": "5.1.13", | ||
"babelify": "6.0.2", | ||
"chai": "2.3.0", | ||
"core-js": "^0.9.4", | ||
"core-js": "0.9.4", | ||
"hintify": "0.1.0", | ||
@@ -39,12 +39,6 @@ "karma": "0.12.31", | ||
"karma-mocha": "0.1.10", | ||
"karma-phantomjs-launcher": "^0.1.4", | ||
"karma-phantomjs-launcher": "0.1.4", | ||
"mocha": "2.2.4", | ||
"uglifyjs": "2.4.10" | ||
}, | ||
"browserify": { | ||
"transform": [ | ||
"babelify", | ||
"hintify" | ||
] | ||
}, | ||
"dependencies": { | ||
@@ -51,0 +45,0 @@ "react": "0.13.2" |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
412
1
21501