Skip to content

Commit

Permalink
v0.0.6
Browse files Browse the repository at this point in the history
Remove grunt as a default dependency
  • Loading branch information
doug-martin committed Apr 1, 2014
1 parent 83f615a commit 292c9b2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions extended.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "extended",
"version": "0.0.5",
"version": "0.0.6",
"description": "Library for combining multiple libraries into one",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -29,11 +29,11 @@
"author": "Doug Martin",
"license": "MIT",
"dependencies": {
"extender": "~0.0.5",
"grunt": "~0.4.1"
"extender": "~0.0.5"
},
"devDependencies": {
"it": "~0.2.0",
"grunt": "~0.4.1",
"grunt-it": "~0.3.0",
"is-extended": "0.0.1",
"grunt-contrib-uglify": "~0.2.0",
Expand Down

0 comments on commit 292c9b2

Please sign in to comment.