Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
brainfood
/
grunt-monty-python
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
26c3aea6
authored
2015-12-15 16:11:18 -0600
by
Adam Heath
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Rename 'common' to 'config'.
1 parent
69da8842
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
Gruntfile.js
Gruntfile.js
View file @
26c3aea
...
...
@@ -4,8 +4,8 @@ module.exports = function(grunt) {
/* global require */
'use strict'
;
var
co
mmon
=
{};
co
mmon
.
jshint
=
{
var
co
nfig
=
{};
co
nfig
.
jshint
=
{
options
:
{
},
all
:
[
...
...
@@ -16,5 +16,5 @@ module.exports = function(grunt) {
};
var
montyPython
=
require
(
'./grunt-monty-python'
)(
grunt
);
montyPython
.
createConfig
(
co
mmon
);
montyPython
.
createConfig
(
co
nfig
);
};
...
...
Please
register
or
sign in
to post a comment