diff --git a/.distignore b/.distignore index e69de29..1b66e72 100644 --- a/.distignore +++ b/.distignore @@ -0,0 +1,5 @@ +node_modules +gulpfile.babel.js +.distignore +.distfiles +package-lock.json \ No newline at end of file diff --git a/.puprc b/.puprc index 80d9e2e..65dcb90 100644 --- a/.puprc +++ b/.puprc @@ -17,6 +17,11 @@ "fail_method_dev": "warn" } }, + "i18n": { + "slug": "fakerpress", + "textdomain": "fakerpress", + "url": "https://translate.wordpress.org/api/projects/wp-plugins/fakerpress/stable" + }, "paths": { "build_dir": ".pup-build", "changelog": "readme.txt",