Skip to content

Commit

Permalink
Use modestmaps from npm instead of wax ext
Browse files Browse the repository at this point in the history
  • Loading branch information
tmcw committed Oct 28, 2011
1 parent 0c17b5c commit 97940c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -22,7 +22,8 @@
"mbtiles": "~0.1.8",
"sphericalmercator": "1.0.0",
"underscore": "1.1.x",
"wax": "4.1.0"
"wax": "4.1.0",
"modestmaps": "0.20.0"
},
"devDependencies": {
"expresso" : ">= 0.7.6"
Expand Down
2 changes: 1 addition & 1 deletion servers/Route.bones
Expand Up @@ -9,7 +9,7 @@ servers['Route'].augment({
require.resolve('../assets/css/style.css')
], { type: '.css' }),
scripts: new mirror([
require.resolve('wax/ext/modestmaps.min.js'),
require.resolve('modestmaps/modestmaps.min.js'),
require.resolve('wax/dist/wax.mm.min.js')
], { type: '.js'})
},
Expand Down

0 comments on commit 97940c2

Please sign in to comment.