diff --git a/.jshintignore b/.jshintignore index a4a39dfacb..f19c227747 100644 --- a/.jshintignore +++ b/.jshintignore @@ -1,3 +1,3 @@ node_modules test -lib/6to5/templates +lib/6to5/transformation/templates diff --git a/.npmignore b/.npmignore index 488e0ca9e5..85fb0a68ef 100644 --- a/.npmignore +++ b/.npmignore @@ -1,7 +1,7 @@ node_modules *.log *.cache -lib/6to5/templates +lib/6to5/transformation/templates test benchmark Makefile