removed extraneous scripts property

removed scripts because it causes fabric to be loaded twice
This commit is contained in:
shanawho 2014-02-19 00:21:00 -08:00
parent 0eed619d98
commit 9b2e9136ef

View file

@ -17,8 +17,5 @@
"HTML5",
"object model"
],
"license": "MIT",
"scripts": [
"./dist/fabric.js"
]
"license": "MIT"
}