Skip to content

Commit

Permalink
Fix libphonenumber src path. Issue: #2897
Browse files Browse the repository at this point in the history
  • Loading branch information
garethbowen committed Nov 13, 2016
1 parent 7145618 commit d905a22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ module.exports = function(grunt) {
{
expand: true,
flatten: true,
src: [ 'node_modules/google-libphonenumber/dist/browser/libphonenumber.js' ],
src: [ 'node_modules/google-libphonenumber/dist/libphonenumber.js' ],
dest: 'packages/libphonenumber/libphonenumber/'
}
]
Expand Down

0 comments on commit d905a22

Please sign in to comment.