Skip to content

Commit

Permalink
Merge pull request ExactTarget#635 from ExactTarget/package-ignore-an…
Browse files Browse the repository at this point in the history
…d-keywords

package-ignore-and-keywords: general bower clean up and package.json keywords
  • Loading branch information
Kevin Parkerson committed Aug 29, 2014
2 parents 469082e + 60e794a commit ab3bb28
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 17 deletions.
26 changes: 15 additions & 11 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,27 +19,32 @@
"*.yml",
"BACKLOG.md",
"data.js",
"dev.html",
"dev",
"devserver.js",
"dist/fuelux.zip",
"Gruntfile.js",
"index.css",
"index.html",
"index.js",
"lib",
"node_modules",
"old-index.html",
"sample",
"Procfile",
"test"
],
"keywords": [
"application",
"bootstrap",
"controls",
"css",
"js",
"less",
"mobile-first",
"responsive",
"exacttarget",
"front-end",
"framework",
"fuelux",
"fuel ux",
"js",
"salesforce",
"user interface",
"web"
],
"license": "BSD-3-Clause",
"main": [
"dist/css/fuelux.css",
"dist/js/fuelux.js",
Expand All @@ -48,6 +53,5 @@
"dist/fonts/fuelux.ttf",
"dist/fonts/fuelux.woff"
],
"name": "fuelux",
"version": "3.0.0"
"name": "fuelux"
}
18 changes: 12 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "fuelux",
"title": "Fuel UX",
"version": "3.0.0",
"version": "3.0.1",
"description": "Base Fuel UX styles and controls",
"homepage": "https://github.com/ExactTarget/fuelux",
"author": {
Expand All @@ -17,8 +17,7 @@
"url": "https://github.com/ExactTarget/fuelux/issues"
},
"license": {
"type": "BSD New",
"url": "https://github.com/ExactTarget/fuelux/blob/master/LICENSE"
"type": "BSD-3-Clause"
},
"engines": {
"node": "0.10.28"
Expand Down Expand Up @@ -50,12 +49,19 @@
"grunt-blanket-qunit": "~0.2.0"
},
"keywords": [
"fuelux",
"fuel ux",
"application",
"bootstrap",
"controls",
"css",
"exacttarget",
"exact target",
"salesforce"
"front-end",
"fuelux",
"fuel ux",
"js",
"salesforce",
"user interface",
"web"
],
"private": true,
"volo": {
Expand Down

0 comments on commit ab3bb28

Please sign in to comment.