Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

package-ignore-and-keywords: general bower clean up and package.json keywords #635

Merged
merged 2 commits into from
Aug 29, 2014
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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