Merge pull request #263 from bgoscinski/master

Added elastic.js@1.2.0
This commit is contained in:
Guy Bedford
2015-03-12 15:19:12 +02:00
2 changed files with 13 additions and 0 deletions
@@ -0,0 +1,12 @@
{
"format": "global",
"main": "elastic",
"directories": {
"lib": "dist"
},
"shim": {
"elastic": {
"exports": ["ejs"]
}
}
}
+1
View File
@@ -107,6 +107,7 @@
"dns": "github:jspm/nodelibs-dns",
"domain": "github:jspm/nodelibs-domain",
"dropzone": "github:enyo/dropzone",
"elastic.js": "github:fullscale/elastic.js",
"ember": "github:components/ember",
"ember-data": "github:components/ember-data",
"es5-shim": "github:es-shims/es5-shim",