diff --git a/.gitignore b/.gitignore
index 37a7af5c7..87adb6951 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,4 @@
*.custom.*
.DS_Store
dist/
-node_modules/
\ No newline at end of file
+node_modules/
diff --git a/.gitmodules b/.gitmodules
deleted file mode 100644
index ddd6fc35d..000000000
--- a/.gitmodules
+++ /dev/null
@@ -1,24 +0,0 @@
-[submodule "vendor/benchmark.js"]
- path = vendor/benchmark.js
- url = git://github.com/bestiejs/benchmark.js.git
-[submodule "vendor/docdown"]
- path = vendor/docdown
- url = git://github.com/jdalton/docdown.git
-[submodule "vendor/qunit"]
- path = vendor/qunit
- url = git://github.com/jquery/qunit.git
-[submodule "vendor/qunit-clib"]
- path = vendor/qunit-clib
- url = git://github.com/jdalton/qunit-clib.git
-[submodule "vendor/requirejs"]
- path = vendor/requirejs
- url = git://github.com/jrburke/requirejs.git
-[submodule "vendor/uglifyjs"]
- path = vendor/uglifyjs
- url = git://github.com/mishoo/UglifyJS.git
-[submodule "vendor/underscore"]
- path = vendor/underscore
- url = git://github.com/documentcloud/underscore.git
-[submodule "vendor/backbone"]
- path = vendor/backbone
- url = git://github.com/documentcloud/backbone.git
diff --git a/.npmignore b/.npmignore
index 1c8397f33..3676a6ab2 100644
--- a/.npmignore
+++ b/.npmignore
@@ -10,10 +10,3 @@ perf/*.html
perf/*.sh
test/*.html
test/*.sh
-vendor/backbone/
-vendor/closure-compiler/
-vendor/docdown/
-vendor/firebug-lite/
-vendor/requirejs/
-vendor/uglifyjs/
-vendor/underscore/
\ No newline at end of file
diff --git a/README.md b/README.md
index e38321098..28c09c042 100644
--- a/README.md
+++ b/README.md
@@ -197,10 +197,15 @@ git submodule update --init
* `_.indexOf`
* `_.intersection`
* `_.invoke`
+ * `_.isArguments`
+ * `_.isDate`
* `_.isEmpty`
* `_.isEqual`
* `_.isFinite`
+ * `_.isFunction`
* `_.isObject`
+ * `_.isNumber`
+ * `_.isRegExp`
* `_.isString`
* `_.keys`
* `_.lastIndexOf`
diff --git a/package.json b/package.json
index de3e83a0b..6a9e6b35b 100644
--- a/package.json
+++ b/package.json
@@ -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"
}
}
diff --git a/test/backbone.html b/test/backbone.html
index 59e45781b..0ef73f2fb 100644
--- a/test/backbone.html
+++ b/test/backbone.html
@@ -35,4 +35,4 @@