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
d6381f40
authored
2015-07-23 14:44:52 -0500
by
Adam Heath
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Move the primary file, and define it as main.
1 parent
17f21fd1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
18 additions
and
0 deletions
Gruntfile.js
tasks/monty-python.js → grunt-monty-python.js
package.json
Gruntfile.js
0 → 100644
View file @
d6381f4
/* global module */
module
.
exports
=
function
(
grunt
)
{
/* global require */
'use strict'
;
var
common
=
{};
common
.
jshint
=
{
options
:
{
},
browserOptions
:
{
},
};
var
montyPython
=
require
(
'./grunt-monty-python'
)(
grunt
);
montyPython
.
createConfig
(
common
);
};
tasks/
monty-python.js
→
grunt-
monty-python.js
View file @
d6381f4
File moved
package.json
View file @
d6381f4
...
...
@@ -10,6 +10,7 @@
"engines"
:
{
"node"
:
">=0.8.0"
},
"main"
:
"grunt-monty-python"
,
"dependencies"
:
{
"grunt"
:
"~0"
,
"grunt-contrib-csslint"
:
"~0"
,
...
...
Please
register
or
sign in
to post a comment