hyperscript-attribute-to-property
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "hyperscript-attribute-to-property", | ||
"description": "Convert hyperscript attributes to properties", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"author": { | ||
@@ -15,3 +15,2 @@ "name": "Feross Aboukhadijeh", | ||
"devDependencies": { | ||
"airtap": "0.0.7", | ||
"standard": "*", | ||
@@ -39,7 +38,4 @@ "tape": "^4.0.0", | ||
"scripts": { | ||
"test": "standard && npm run test-node && npm run test-browser", | ||
"test-browser": "airtap -- test/*.js", | ||
"test-browser-local": "airtap --local -- test/*.js", | ||
"test-node": "tape test/*.js" | ||
"test": "standard && tape test/*.js" | ||
} | ||
} |
@@ -14,4 +14,2 @@ # hyperscript-attribute-to-property [![travis][travis-image]][travis-url] [![npm][npm-image]][npm-url] [![downloads][downloads-image]][downloads-url] [![javascript style guide][standard-image]][standard-url] | ||
[![Sauce Test Status](https://saucelabs.com/browser-matrix/hyperscript-attr.svg)](https://saucelabs.com/u/hyperscript-attr) | ||
Some html attributes have different JavaScript property names. The most annoying of these | ||
@@ -18,0 +16,0 @@ is `class` v.s. `className`. |
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
3
4251
54