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 85075fa commit 27aba1dCopy full SHA for 27aba1d
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "systemjs-hot-reloader",
3
- "version": "0.5.4",
+ "version": "0.5.5",
4
"description": "JSPM utility for hot reloading modules of your app separately",
5
"main": "hot-reloader.js",
6
"scripts": {
@@ -20,7 +20,7 @@
20
"homepage": "https://github.com/capaj/systemjs-hot-reloader#readme",
21
"dependencies": {
22
"socket.io-client": "^1.4.4",
23
- "weakee": "^0.9.1"
+ "weakee": "^1.0.0"
24
},
25
"devDependencies": {
26
"babel": "^5.8.23",
@@ -36,7 +36,7 @@
36
37
"debug": "npm:debug@^2.2.0",
38
"socket.io-client": "github:socketio/socket.io-client@^1.4.4",
39
- "weakee": "npm:weakee@^0.9.1"
+ "weakee": "npm:weakee@^1.0.0"
40
41
42
"babel": "npm:babel-core@^5.8.24",
0 commit comments