mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-09 02:17:50 +00:00
Add test-build.js to npm test.
Former-commit-id: c915ba8401c1c1b11aa69d155cebe2a0a81eb2d1
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
"version": "0.7.0",
|
"version": "0.7.0",
|
||||||
"description": "A drop-in replacement for Underscore.js delivering performance, bug fixes, and additional features.",
|
"description": "A drop-in replacement for Underscore.js delivering performance, bug fixes, and additional features.",
|
||||||
"homepage": "http://lodash.com",
|
"homepage": "http://lodash.com",
|
||||||
"main": "lodash",
|
"main": "./lodash",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"browser",
|
"browser",
|
||||||
"client",
|
"client",
|
||||||
@@ -43,10 +43,10 @@
|
|||||||
"rhino"
|
"rhino"
|
||||||
],
|
],
|
||||||
"jam": {
|
"jam": {
|
||||||
"main": "./lodash.min.js"
|
"main": "./lodash.js"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "node build",
|
"build": "node build",
|
||||||
"test": "node test/test"
|
"test": "node test/test;node test/test-build"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user