Skip to content

Commit

Permalink
#36 meaningless commit to check travis status
Browse files Browse the repository at this point in the history
  • Loading branch information
herereadthis committed Feb 27, 2015
1 parent b9e7cf9 commit fe96892
Showing 1 changed file with 37 additions and 35 deletions.
72 changes: 37 additions & 35 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,38 +1,40 @@
{
"name": "bellmaker",
"version": "0.4.10",
"authors": [
{
"name": "Jimmy Ha",
"homepage": "http://herereadthis.com"
}
],
"description": "Responsive CSS media query library for LESS and SASS, with device-agnostic and device-specific breakpoints",
"homepage": "http://herereadthis.com/code/bellmaker",
"main": [
"src/less/bellmaker.less",
"src/sass/bellmaker.scss"
],
"license": "MIT",
"devDependencies": {},
"ignore": [
".bowerrc",
".gitignore",
".editorconfig",
".jshintrc",
".sass-cache",
".travis.yml",
"docs",
"Gruntfile.js",
"node_modules",
"test",
"docs",
"dist",
"bower_components",
"app"
],
"dependencies": {
"jquery": "~2.1.1",
"mossflower": "~0.1.11"
"name": "bellmaker",
"version": "0.4.10",
"authors": [
{
"name": "Jimmy Ha",
"homepage": "http://herereadthis.com"
}
],
"description": "Responsive CSS media query library for LESS and SASS, with device-agnostic and device-specific breakpoints",
"homepage": "http://herereadthis.com/code/bellmaker",
"main": [
"src/less/bellmaker.less",
"src/sass/bellmaker.scss"
],
"license": "MIT",
"devDependencies": {
"grunt-contrib-copy": "~0.8.0"
},
"ignore": [
".bowerrc",
".gitignore",
".editorconfig",
".jshintrc",
".sass-cache",
".travis.yml",
"docs",
"Gruntfile.js",
"node_modules",
"test",
"docs",
"dist",
"bower_components",
"app"
],
"dependencies": {
"jquery": "~2.1.1",
"mossflower": "~0.1.11"
}
}

0 comments on commit fe96892

Please sign in to comment.