mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-13 04:17:49 +00:00
Fix for jam dependencies
jam install lodash is not working as it is thinking that tar is a dependency. Just adding a empty dependencies object to the jam section fixes this. After pulling this, could you republish to the jam repo? No need to bump the package version, just jam publish -f cheers Former-commit-id: 1364abac5c9005053f0c604ac580f753426b4f8d
This commit is contained in:
@@ -46,7 +46,8 @@
|
|||||||
"rhino"
|
"rhino"
|
||||||
],
|
],
|
||||||
"jam": {
|
"jam": {
|
||||||
"main": "./lodash.js"
|
"main": "./lodash.js",
|
||||||
|
"dependencies": {}
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "node build",
|
"build": "node build",
|
||||||
|
|||||||
Reference in New Issue
Block a user