mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-01-31 23:37:49 +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": {
|
||||
"name": "John-David Dalton",
|
||||
"email": "john@fusejs.com",
|
||||
"email": "john.david.dalton@gmail.com",
|
||||
"web": "http://allyoucanleet.com/"
|
||||
},
|
||||
"bugs": {
|
||||
@@ -42,6 +42,9 @@
|
||||
"node",
|
||||
"rhino"
|
||||
],
|
||||
"jam":{
|
||||
"main": "lodash.min.js"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "node build",
|
||||
"test": "node test/test"
|
||||
|
||||
Reference in New Issue
Block a user