Skip to content

Commit

Permalink
FUNDING.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
iworks committed Sep 2, 2022
1 parent f65737e commit 658de29
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 12 deletions.
11 changes: 0 additions & 11 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,2 @@
# These are supported funding model platforms

github: iworks
patreon: # Replace with a single Patreon username
open_collective: # Replace with a single Open Collective username
ko_fi: iworks
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
liberapay: # Replace with a single Liberapay username
issuehunt: # Replace with a single IssueHunt username
otechie: # Replace with a single Otechie username
lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry
custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']
5 changes: 4 additions & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,9 @@ module.exports = function(grunt) {
'!bitbucket-pipelines.yml',
'!.idea', // PHPStorm settings
'!.git',
'!.github',
'!.github/*',
'!.github/**',
'!Gruntfile.js',
'!package.json', '!tests/*',
'!package-lock.json', '!tests/*',
Expand Down Expand Up @@ -289,4 +292,4 @@ module.exports = function(grunt) {

grunt.task.run('clear');
grunt.util.linefeed = '\n';
};
};

0 comments on commit 658de29

Please sign in to comment.