diff options
Diffstat (limited to 'node_modules/object-assign/package.json')
| -rw-r--r-- | node_modules/object-assign/package.json | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/node_modules/object-assign/package.json b/node_modules/object-assign/package.json index a25d42883..503eb1e6d 100644 --- a/node_modules/object-assign/package.json +++ b/node_modules/object-assign/package.json @@ -1,7 +1,7 @@ { "name": "object-assign", - "version": "4.1.0", - "description": "ES2015 Object.assign() ponyfill", + "version": "4.1.1", + "description": "ES2015 `Object.assign()` ponyfill", "license": "MIT", "repository": "sindresorhus/object-assign", "author": { @@ -13,7 +13,7 @@ "node": ">=0.10.0" }, "scripts": { - "test": "xo && mocha", + "test": "xo && ava", "bench": "matcha bench.js" }, "files": [ @@ -34,9 +34,9 @@ "browser" ], "devDependencies": { - "lodash": "^4.8.2", + "ava": "^0.16.0", + "lodash": "^4.16.4", "matcha": "^0.7.0", - "mocha": "*", - "xo": "*" + "xo": "^0.16.0" } } |
