mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-04 00:57:48 +00:00
Make path convention consistent in package.json.
Former-commit-id: bf1bde8a2e78a520dca92ddd7b95f9fce12eb446
This commit is contained in:
@@ -46,8 +46,8 @@
|
||||
"main": "./lodash.js"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "node build",
|
||||
"test": "node test/test && node test/test-build",
|
||||
"install": "node build/post-install"
|
||||
"build": "node ./build.js",
|
||||
"test": "node ./test/test.js && node ./test/test-build.js",
|
||||
"install": "node ./build/post-install.js"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user