Skip to content

Commit db5b8f0

Browse files
committed
Fix minor dev environment thingies.
* `.bowerrc` configuration file key should be `directory` * Ignore `npm`'s debug file, so it's never committed. * List correct homepage for Buoy in `bower.json`.
1 parent 0df7501 commit db5b8f0

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

Diff for: .bowerrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"bower_directory": "vendor"
2+
"directory": "vendor"
33
}

Diff for: .gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ bower_components/
2828
# tools place their libraries (called "modules" in Node lingo).
2929
node_modules/
3030

31+
# When `npm` vomits, it logs its errors. We shold never commit those.
32+
npm-debug.log
33+
3134
# The _site folder is where we publish the promo site for this
3235
# project by using Jekyll, a static site generator.
3336
_site/

Diff for: bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"The Better Angels"
77
],
88
"license": "GPL-3.0",
9-
"homepage": "https://meitar.github.io/better-angels/",
9+
"homepage": "https://betterangels.github.io/buoy/",
1010
"moduleType": [],
1111
"private": true,
1212
"ignore": [

0 commit comments

Comments
 (0)