Remove volo from package.json.

This commit is contained in:
John-David Dalton
2015-12-16 17:56:35 -08:00
parent ccfb968b8a
commit a53280f047

View File

@@ -29,22 +29,5 @@
"build": "node lib/main/build.js && node lib/fp/build.js",
"style": "jscs lodash.js lib/**/*.js",
"test": "node test/test"
},
"volo": {
"type": "directory",
"ignore": [
".*",
"*.custom.*",
"*.log",
"*.map",
"*.md",
"bower.json",
"component.json",
"doc",
"node_modules",
"perf",
"test",
"vendor"
]
}
}