Skip to content

Commit 690a607

Browse files
committed
Clean up
1 parent cf39bc5 commit 690a607

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
node_modules
22
npm-debug.log
33
tmp
4-
.DS_Store
4+
.DS_Store
5+
keys.txt

Gruntfile.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ module.exports = function(grunt) {
3333
foo: {
3434
options: {
3535
url: 'http://google.com',
36-
key: '***REMOVED***',
36+
key: 'YOUR_API_KEY',
3737
budget: {
3838
SpeedIndex: '1500'
3939
}

0 commit comments

Comments
 (0)