mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-09 02:17:50 +00:00
Add Jam package support.
Former-commit-id: 399caeea73fc79dd340baa7e34b46179ff2beb86
This commit is contained in:
7
.jamignore
Normal file
7
.jamignore
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
*.custom.*
|
||||||
|
.*
|
||||||
|
dist/
|
||||||
|
doc/*.php
|
||||||
|
node_modules/
|
||||||
|
perf/*.sh
|
||||||
|
test/*.sh
|
||||||
@@ -21,7 +21,7 @@
|
|||||||
],
|
],
|
||||||
"author": {
|
"author": {
|
||||||
"name": "John-David Dalton",
|
"name": "John-David Dalton",
|
||||||
"email": "john@fusejs.com",
|
"email": "john.david.dalton@gmail.com",
|
||||||
"web": "http://allyoucanleet.com/"
|
"web": "http://allyoucanleet.com/"
|
||||||
},
|
},
|
||||||
"bugs": {
|
"bugs": {
|
||||||
@@ -42,6 +42,9 @@
|
|||||||
"node",
|
"node",
|
||||||
"rhino"
|
"rhino"
|
||||||
],
|
],
|
||||||
|
"jam":{
|
||||||
|
"main": "lodash.min.js"
|
||||||
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "node build",
|
"build": "node build",
|
||||||
"test": "node test/test"
|
"test": "node test/test"
|
||||||
|
|||||||
Reference in New Issue
Block a user