Remove ./ path prefix to avoid issues with Component's build. [closes #294]

Former-commit-id: 93ba9214538b0f30fde75bff96b75c83f3b96f1f
This commit is contained in:
John-David Dalton
2013-06-07 18:44:15 -07:00
parent a3acbca24b
commit 244ee08d7d

View File

@@ -5,8 +5,8 @@
"description": "A low-level utility library delivering consistency, customization, performance, and extra features.",
"license": "MIT",
"scripts": [
"./index.js",
"./dist/lodash.compat.js"
"index.js",
"dist/lodash.compat.js"
],
"keywords": [
"browser",