Skip to content

Commit 58c9696

Browse files
committed
Update property-information
1 parent 84a6186 commit 58c9696

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"dependencies": {
2929
"comma-separated-tokens": "^1.0.0",
3030
"hast-util-parse-selector": "^2.2.0",
31-
"property-information": "^4.0.0",
31+
"property-information": "^5.0.1",
3232
"space-separated-tokens": "^1.0.0"
3333
},
3434
"devDependencies": {

Diff for: test.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -150,10 +150,10 @@ test('hastscript', function(t) {
150150
{
151151
type: 'element',
152152
tagName: 'div',
153-
properties: {className: ['foo']},
153+
properties: {'class-name': 'foo'},
154154
children: []
155155
},
156-
'should map property-like values to property names'
156+
'should *not* map property-like values to property names'
157157
)
158158

159159
sst.end()

0 commit comments

Comments
 (0)