Merge pull request #448 from HHSnopek/master

Fix component.json script file path.
This commit is contained in:
Jürg Lehni 2014-04-06 19:24:39 +02:00
commit eeadb4e749

View file

@ -8,5 +8,5 @@
"vector", "graphic", "graphics", "2d", "geometry", "bezier", "curve",
"curves", "path", "paths", "canvas", "svg", "paper", "paper.js"
],
"scripts": ["./dist/paper-full.js"]
"scripts": ["blob/master/dist/paper-full.js"]
}