mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-09 02:17:50 +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"
|
"main": "./lodash.js"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "node build",
|
"build": "node ./build.js",
|
||||||
"test": "node test/test && node test/test-build",
|
"test": "node ./test/test.js && node ./test/test-build.js",
|
||||||
"install": "node build/post-install"
|
"install": "node ./build/post-install.js"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user