diff --git a/component.json b/component.json deleted file mode 100644 index 58181b8045..0000000000 --- a/component.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "name": "lodash", - "version": "0.7.0", - "description": "A drop-in replacement for Underscore.js delivering performance, bug fixes, and additional features.", - "homepage": "http://lodash.com", - "main": [ - "./lodash.js", - "./lodash.min.js" - ], - "keywords": [ - "browser", - "client", - "functional", - "performance", - "server", - "speed", - "util" - ], - "licenses": [ - { - "type": "MIT", - "url": "http://lodash.com/license" - } - ], - "author": { - "name": "John-David Dalton", - "email": "john.david.dalton@gmail.com", - "web": "http://allyoucanleet.com/" - } -} diff --git a/index.js b/index.js new file mode 100755 index 0000000000..5d063e21f3 --- /dev/null +++ b/index.js @@ -0,0 +1 @@ +module.exports = require('./lodash'); \ No newline at end of file