hyperscript-attribute-to-property
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "hyperscript-attribute-to-property", | ||
"description": "Convert hyperscript attributes to properties", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"author": { | ||
@@ -15,6 +15,6 @@ "name": "Feross Aboukhadijeh", | ||
"devDependencies": { | ||
"standard": "^6.0.4", | ||
"airtap": "0.0.7", | ||
"standard": "*", | ||
"tape": "^4.0.0", | ||
"virtual-dom": "^2.1.1", | ||
"zuul": "^3.0.0" | ||
"virtual-dom": "^2.1.1" | ||
}, | ||
@@ -40,6 +40,6 @@ "homepage": "https://github.com/feross/hyperscript-attribute-to-property", | ||
"test": "standard && npm run test-node && npm run test-browser", | ||
"test-browser": "zuul -- test/*.js", | ||
"test-browser-local": "zuul --local -- test/*.js", | ||
"test-browser": "airtap -- test/*.js", | ||
"test-browser-local": "airtap --local -- test/*.js", | ||
"test-node": "tape test/*.js" | ||
} | ||
} |
@@ -1,2 +0,2 @@ | ||
# hyperscript-attribute-to-property [![travis][travis-image]][travis-url] [![npm][npm-image]][npm-url] [![downloads][downloads-image]][downloads-url] | ||
# 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] | ||
@@ -9,5 +9,9 @@ [travis-image]: https://img.shields.io/travis/feross/hyperscript-attribute-to-property/master.svg | ||
[downloads-url]: https://npmjs.org/package/hyperscript-attribute-to-property | ||
[standard-image]: https://img.shields.io/badge/code_style-standard-brightgreen.svg | ||
[standard-url]: https://standardjs.com | ||
### Convert hyperscript attributes to properties | ||
[![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 | ||
@@ -45,3 +49,3 @@ is `class` v.s. `className`. | ||
## hyperx | ||
### hyperx | ||
@@ -48,0 +52,0 @@ If you use the [hyperx](https://npmjs.com/package/hyperx) package, then this functionality |
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
56
4561
4
17