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
fcd24753
authored
2016-05-27 13:06:37 -0500
by
Adam Heath
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Remove version spec on grunt-contrib-uglify.
1 parent
d1fa039a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
bower.json
package.json
bower.json
View file @
fcd2475
{
"name"
:
"grunt-monty-python"
,
"version"
:
"2016.05.27-
1
"
,
"version"
:
"2016.05.27-
2
"
,
"ignore"
:
[
"**/.*"
,
"node_modules"
,
...
...
package.json
View file @
fcd2475
{
"name"
:
"grunt-monty-python"
,
"version"
:
"2016.05.27-
1
"
,
"version"
:
"2016.05.27-
2
"
,
"description"
:
"Build system for grunt"
,
"license"
:
"BSD"
,
"repository"
:
{
...
...
@@ -26,7 +26,7 @@
"grunt-contrib-imagemin"
:
""
,
"grunt-contrib-jasmine"
:
""
,
"grunt-contrib-requirejs"
:
"~0"
,
"grunt-contrib-uglify"
:
"
~0
"
,
"grunt-contrib-uglify"
:
""
,
"grunt-jscs"
:
""
,
"grunt-rev"
:
"~0"
,
"grunt-svgmin"
:
"~0"
,
...
...
Please
register
or
sign in
to post a comment