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 3c82003 commit f6bb456Copy full SHA for f6bb456
ep29-emit/README.md
@@ -10,4 +10,6 @@ Visit http://localhost:8080 in browser.
10
#### Notes
11
12
* [Nodejs Events](https://nodejs.org/api/events.html)
13
+* [object-assign](https://www.npmjs.com/package/object-assign)
14
+* `npm install --save object-assign`
15
* [Source code](...)
ep29-emit/package.json
@@ -25,6 +25,7 @@
25
"dependencies": {
26
"flux": "^2.1.1",
27
"jquery": "1.11.3",
28
+ "object-assign": "^4.0.1",
29
"random-key": "^0.3.2",
30
"react": "^0.13.3",
31
"whatwg-fetch": "^0.9.0"
0 commit comments