Skip to content

Commit

Permalink
Remove submodules and cleanup repo.
Browse files Browse the repository at this point in the history
Former-commit-id: f3950601f2001ceb4f36db2a7f2efa28acc8472d
  • Loading branch information
jdalton committed Jul 2, 2012
1 parent 90e2bd0 commit c46a36f
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 42 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*.custom.*
.DS_Store
dist/
node_modules/
node_modules/
24 changes: 0 additions & 24 deletions .gitmodules

This file was deleted.

7 changes: 0 additions & 7 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -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/
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,10 +197,15 @@ git submodule update --init
* `_.indexOf`
* `_.intersection`
* `_.invoke`
* `_.isArguments`
* `_.isDate`
* `_.isEmpty`
* `_.isEqual`
* `_.isFinite`
* `_.isFunction`
* `_.isObject`
* `_.isNumber`
* `_.isRegExp`
* `_.isString`
* `_.keys`
* `_.lastIndexOf`
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
2 changes: 1 addition & 1 deletion test/backbone.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ <h1>Test</h1>
<script src="../vendor/backbone/test/view.js"></script>
<script src="../vendor/backbone/test/sync.js"></script>
</body>
</html>
</html>
2 changes: 1 addition & 1 deletion test/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@
}
</script>
</body>
</html>
</html>
2 changes: 1 addition & 1 deletion test/run-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ for cmd in rhino ringo narwhal node; do
done
echo ""
echo "Testing in a browser..."
open index.html
open index.html
2 changes: 1 addition & 1 deletion test/underscore.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@
<li><%= data %></li>
</script>
</body>
</html>
</html>

0 comments on commit c46a36f

Please sign in to comment.