diff options
| author | Thomas Haddad | 2016-11-29 12:06:43 +0100 |
|---|---|---|
| committer | Thomas Haddad | 2016-11-29 12:06:43 +0100 |
| commit | 5376439a212f9e4a912c0d9520c4b3c9e7ef8f88 (patch) | |
| tree | ba47182304c46975489a2732343e0bbfd470109b /package.json | |
| parent | 94d9e6b8ffea5958983dfc63df7e1dcc3c5feed2 (diff) | |
| download | chouette-core-5376439a212f9e4a912c0d9520c4b3c9e7ef8f88.tar.bz2 | |
Fix reducers specs with local dependency
Signed-off-by: Thomas Shawarma Haddad <thomas.haddad@af83.com>
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/package.json b/package.json index 43f8c4c6a..d2e9a56b7 100644 --- a/package.json +++ b/package.json @@ -16,5 +16,8 @@ "license": "MIT", "engines": { "node": ">= 0.10" + }, + "devDependencies": { + "es6-object-assign": "^1.0.3" } } |
