Skip to content

Commit 27aba1d

Browse files
committed
updated weakee dependency
1 parent 85075fa commit 27aba1d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "systemjs-hot-reloader",
3-
"version": "0.5.4",
3+
"version": "0.5.5",
44
"description": "JSPM utility for hot reloading modules of your app separately",
55
"main": "hot-reloader.js",
66
"scripts": {
@@ -20,7 +20,7 @@
2020
"homepage": "https://github.com/capaj/systemjs-hot-reloader#readme",
2121
"dependencies": {
2222
"socket.io-client": "^1.4.4",
23-
"weakee": "^0.9.1"
23+
"weakee": "^1.0.0"
2424
},
2525
"devDependencies": {
2626
"babel": "^5.8.23",
@@ -36,7 +36,7 @@
3636
"dependencies": {
3737
"debug": "npm:debug@^2.2.0",
3838
"socket.io-client": "github:socketio/socket.io-client@^1.4.4",
39-
"weakee": "npm:weakee@^0.9.1"
39+
"weakee": "npm:weakee@^1.0.0"
4040
},
4141
"devDependencies": {
4242
"babel": "npm:babel-core@^5.8.24",

0 commit comments

Comments
 (0)