Skip to content
This repository has been archived by the owner on Sep 30, 2024. It is now read-only.

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jaysalvat committed Dec 30, 2017
1 parent 659cb3d commit a280d63
Show file tree
Hide file tree
Showing 4 changed files with 2,811 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
node_modules
tmp

HOWTO.md
.DS_Store
._*
._*
4 changes: 2 additions & 2 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ module.exports = function(grunt) {
].join('\n'),

clean: {
dist: ['dist'],
tmp: ['tmp']
dist: ['dist'],
tmp: ['tmp']
},

sed: {
Expand Down
Loading

0 comments on commit a280d63

Please sign in to comment.