Skip to content

Commit

Permalink
v0.0.6
Browse files Browse the repository at this point in the history
Removed grunt as a non dev dependencies
  • Loading branch information
doug-martin committed Apr 1, 2014
1 parent 04ac454 commit 99ce056
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions date-extended.min.js

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

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "date-extended",
"version": "0.0.5",
"version": "0.0.6",
"description": "Additional date extensions with a chainable api",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -31,13 +31,13 @@
"dependencies": {
"extended": "~0.0.3",
"is-extended": "~0.0.3",
"array-extended": "~0.0.3",
"grunt-contrib-uglify": "~0.2.0",
"grunt": "~0.4.1",
"grunt-contrib-jshint": "~0.4.3"
"array-extended": "~0.0.3"
},
"devDependencies": {
"it": "~0.2.0",
"grunt-it": "~0.3.0"
"grunt-it": "~0.3.0",
"grunt-contrib-uglify": "~0.2.0",
"grunt": "~0.4.1",
"grunt-contrib-jshint": "~0.4.3"
}
}

0 comments on commit 99ce056

Please sign in to comment.