ensure json3 dependency

This commit is contained in:
Guy Bedford
2016-08-08 13:22:35 +02:00
committed by GitHub
parent 6a90d1a454
commit 346216df76
+3 -2
View File
@@ -20,7 +20,8 @@
}, },
"dependencies": { "dependencies": {
"css": "*", "css": "*",
"debug": "^2.2.0" "debug": "^2.2.0",
"json3": "3.3.2"
}, },
"registry": "jspm", "registry": "jspm",
"map": { "map": {
@@ -43,4 +44,4 @@
"events": "@node/events", "events": "@node/events",
"tty": "@node/tty" "tty": "@node/tty"
} }
} }