Skip to content

Commit

Permalink
.gitignore and version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc Diethelm committed Apr 29, 2013
1 parent e69172f commit 8097410
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
node_modules
npm-debug.log
tmp
.idea
.DS_Store
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "grunt-less-imports",
"description": "A grunt task to create @import statements from a collection of stylesheet files.",
"version": "0.8.2",
"version": "0.8.3",
"homepage": "https://github.com/MarcDiethelm/grunt-less-imports",
"author": {
"name": "Marc Diethelm",
Expand Down

0 comments on commit 8097410

Please sign in to comment.