Skip to content

Commit

Permalink
Add Bowerfile. Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Seth Kinast committed Mar 6, 2015
1 parent ac99d0f commit 4b1fae1
Show file tree
Hide file tree
Showing 3 changed files with 62 additions and 33 deletions.
49 changes: 49 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
{
"name": "dustjs-helpers",
"version": "1.6.0",
"homepage": "https://github.com/linkedin/dustjs-helpers",
"authors": [
"Veena Basavaraj <[email protected]>",
"Yevgeniy Brikman <[email protected]>",
"Sarah Clatterbuck <[email protected]>",
"Jimmy Chan <[email protected]>",
"Steven Foote <[email protected]>",
"Johnathan Leppert <[email protected]>",
"Prayrit Prash Jain <[email protected]>",
"Seth Kinast <[email protected]>",
"Jairo de Morais <[email protected]>",
"Kate Odnous <[email protected]>",
"Richard Ragan <[email protected]>",
"Aleksander Williams (http://akdubya.github.com/dustjs)"
],
"description": "core helpers for Dust.js",
"main": "dist/dust-helpers.min.js",
"moduleType": [
"amd",
"globals",
"node"
],
"dependencies": {
"dustjs-linkedin": "2.6 - 2.7"
},
"keywords": [
"templates",
"views",
"helpers",
"dust",
"dustjs",
"dust.js",
"linkedin"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tmp",
"lib",
"gruntfile.js",
"package.json"
]
}
2 changes: 1 addition & 1 deletion gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ module.exports = function (grunt) {
},
bump: {
options: {
files: ['package.json'],
files: ['package.json', 'bower.json'],
updateConfigs: ['pkg'],
push: false,
commit: true,
Expand Down
44 changes: 12 additions & 32 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,38 +8,18 @@
"homepage": "https://github.com/linkedin/dustjs-helpers",
"description": "Helpers for dustjs-linkedin package",
"contributors": [
{
"name": "Jairo de Morais",
"email": "[email protected]"
},
{
"name": "Yevgeniy Brikman",
"email": "[email protected]"
},
{
"name": "Veena Basavaraj",
"email": "[email protected]"
},
{
"name": "Johnathan Leppert",
"email": "[email protected]"
},
{
"name": "Jimmy Chan",
"email": "[email protected]"
},
{
"name": "Richard Ragan",
"email": "[email protected]"
},
{
"name": "Sarah Clatterbuck",
"email": "[email protected]"
},
{
"name": "Kate Odnous",
"email": "[email protected]"
}
"Veena Basavaraj <[email protected]>",
"Yevgeniy Brikman <[email protected]>",
"Tom Carchrae",
"Sarah Clatterbuck <[email protected]>",
"Jimmy Chan <[email protected]>",
"Steven Foote <[email protected]>",
"Johnathan Leppert <[email protected]>",
"Prayrit Prash Jain <[email protected]>",
"Seth Kinast <[email protected]>",
"Jairo de Morais <[email protected]>",
"Kate Odnous <[email protected]>",
"Richard Ragan <[email protected]>"
],
"scripts": {
"test": "grunt test"
Expand Down

0 comments on commit 4b1fae1

Please sign in to comment.