Skip to content

Commit

Permalink
Reduce package size. [closes #230]
Browse files Browse the repository at this point in the history
  • Loading branch information
jdalton committed Apr 8, 2013
1 parent 93d795e commit 16e16c7
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 30 deletions.
39 changes: 17 additions & 22 deletions .npmignore
Expand Up @@ -2,26 +2,21 @@
*.custom.*
*.d.ts
CONTRIBUTING.md
doc/*.php
node_modules/
perf/*.html
perf/*-ui.js
perf/*.sh
test/*.html
test/*-ui.js
test/*.sh
doc
node_modules
perf
test
vendor/*.gz
vendor/backbone/
vendor/benchmark.js/*.jar
vendor/closure-compiler/
vendor/docdown/
vendor/firebug-lite/
vendor/json3/
vendor/jquery/
vendor/platform.js/
vendor/qunit/qunit/*.css
vendor/qunit/qunit/*-1.8.0.js
vendor/requirejs/
vendor/underscore/*-min.js
vendor/uglifyjs/
vendor/underscore/test/
vendor/backbone
vendor/benchmark.js
vendor/closure-compiler
vendor/docdown
vendor/firebug-lite
vendor/jquery
vendor/json3
vendor/platform.js
vendor/qunit
vendor/qunit-clib
vendor/requirejs
vendor/uglifyjs
vendor/underscore
8 changes: 0 additions & 8 deletions package.json
Expand Up @@ -29,19 +29,11 @@
"bin": {
"lodash": "./build.js"
},
"directories": {
"doc": "./doc",
"test": "./test"
},
"engines": [
"node",
"rhino"
],
"jam": {
"main": "./lodash.js"
},
"scripts": {
"build": "node ./build.js",
"test": "node ./test/test.js ./dist/lodash.js && node ./test/test.js ./dist/lodash.min.js && node ./test/test-build.js"
}
}

0 comments on commit 16e16c7

Please sign in to comment.