Added filename property to package.json files to make Travis green.

This commit is contained in:
ruff
2014-03-14 14:44:44 +01:00
parent 22e3c30fe1
commit a33616c97b
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -1,5 +1,6 @@
{
"name" : "crossroads",
"filename": "crossroads.min.js",
"description" : "Flexible router which can be used in multiple environments",
"keywords" : ["routes", "event", "observer", "routing", "router"],
"homepage" : "http://millermedeiros.github.com/crossroads.js/",
+1
View File
@@ -1,5 +1,6 @@
{
"name": "hasher",
"filename": "hasher.min.js",
"version": "1.2.0",
"description": "Hasher is a set of JavaScript functions to control browser history for rich-media websites and applications",
"main": "dist/js/hasher.js",