We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80383bc commit daa6cffCopy full SHA for daa6cff
index.js
@@ -1,6 +1,6 @@
1
'use strict';
2
3
-var assign = require('object.assign');
+var assign = require('object-assign');
4
5
6
module.exports = function u (type, props, value) {
package.json
@@ -28,7 +28,7 @@
28
"unist"
29
],
30
"dependencies": {
31
- "object.assign": "^4.0.1"
+ "object-assign": "^4.1.0"
32
},
33
"devDependencies": {
34
"tape": "^4.2.0"
0 commit comments