Fix sizzle path

The current path points towards a nonexisting folder
This commit is contained in:
Nicklas Börjesson
2015-07-30 13:04:08 +02:00
parent bd5273b8df
commit 6e5a4c79c2
@@ -4,7 +4,7 @@
"lib": "src"
},
"map": {
"sizzle": "./src/sizzle/dist/sizzle"
"sizzle": "./sizzle/dist/sizzle"
},
"ignore": ["src/intro.js", "src/outro.js"]
}