8000 Add test-build.js to `npm test`. · lodash/lodash@d2f7a03 · GitHub
[go: up one dir, main page]

Skip to content

Commit d2f7a03

Browse files
committed
Add test-build.js to npm test.
Former-commit-id: c915ba8401c1c1b11aa69d155cebe2a0a81eb2d1
1 parent bc0b924 commit d2f7a03

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.7.0",
44
"description": "A drop-in replacement for Underscore.js delivering performance, bug fixes, and additional features.",
55
"homepage": "http://lodash.com",
6-
"main": "lodash",
6+
"main": "./lodash",
77
"keywords": [
88
"browser",
99
"client",
@@ -43,10 +43,10 @@
4343
"rhino"
4444
],
4545
"jam": {
46-
"main": "./lodash.min.js"
46+
"main": "./lodash.js"
4747
},
4848
"scripts": {
4949
"build": "node build",
50-
"test": "node test/test"
50+
"test": "node test/test;node test/test-build"
5151
}
5252
}

0 commit comments

Comments
 (0)
0