We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
property-information
1 parent 84a6186 commit 58c9696Copy full SHA for 58c9696
package.json
@@ -28,7 +28,7 @@
28
"dependencies": {
29
"comma-separated-tokens": "^1.0.0",
30
"hast-util-parse-selector": "^2.2.0",
31
- "property-information": "^4.0.0",
+ "property-information": "^5.0.1",
32
"space-separated-tokens": "^1.0.0"
33
},
34
"devDependencies": {
test.js
@@ -150,10 +150,10 @@ test('hastscript', function(t) {
150
{
151
type: 'element',
152
tagName: 'div',
153
- properties: {className: ['foo']},
+ properties: {'class-name': 'foo'},
154
children: []
155
156
- 'should map property-like values to property names'
+ 'should *not* map property-like values to property names'
157
)
158
159
sst.end()
0 commit comments