Skip to content

Commit

Permalink
update to 0.0.8, firstopinion/formatter.js#22
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 committed Nov 19, 2013
1 parent f894d25 commit 4a7db4c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions formatter/Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ module.exports = function(grunt) {
footer: '});'
},
debug: {
url: 'https://raw.github.com/firstopinion/formatter.js/master/lib/formatter.js',
url: 'https://raw.github.com/firstopinion/formatter.js/<%= pkg.version %>/lib/formatter.js',
name: 'formatter-debug.js'
},
min: {
url: 'https://raw.github.com/firstopinion/formatter.js/master/lib/formatter.min.js',
url: 'https://raw.github.com/firstopinion/formatter.js/<%= pkg.version %>/lib/formatter.min.js',
name: 'formatter.js'
}
}
Expand Down
2 changes: 1 addition & 1 deletion formatter/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"family": "gallery",
"name": "formatter",
"version": "0.0.6",
"version": "0.0.8",
"description": "Format user input to match a specified pattern",
"author": "Jarid Margolin <[email protected]>",
"homepage": "http://firstopinion.github.io/formatter.js",
Expand Down

0 comments on commit 4a7db4c

Please sign in to comment.