Remove submodules and cleanup repo.

Former-commit-id: f3950601f2001ceb4f36db2a7f2efa28acc8472d
This commit is contained in:
John-David Dalton
2012-07-02 15:22:48 -04:00
parent 90e2bd0372
commit c46a36f8ed
9 changed files with 16 additions and 42 deletions

View File

@@ -31,16 +31,16 @@
"type": "git",
"url": "https://github.com/bestiejs/lodash.git"
},
"scripts": {
"build": "node build",
"test": "node test/test"
"directories": {
"doc": "./doc",
"test": "./test"
},
"engines": [
"node",
"rhino"
],
"directories": {
"doc": "./doc",
"test": "./test"
"scripts": {
"build": "node build",
"test": "node test/test"
}
}