Skip to content

Commit 843146a

Browse files
committed
Added .bak to
> wordpress-base-plugin@ zip /Users/daniel/Sites/php53/app/public/wp-content/plugins/wordpress-base-plugin > zip -q -r ../$npm_package_name.zip * -x 'node_modules/*' '.git*' './src/*' './.*' './package*.*' './composer.*' './*.md' './*.bak' './bower.json' './gulpfile.js' ignore list
1 parent 9a1c7bc commit 843146a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"scripts": {
1111
"translate": "wp-pot -s 'app/**/*.php' -o ./languages/$npm_package_name.pot -p $npm_package_config_slug",
12-
"zip": "zip -q -r ../$npm_package_name.zip * -x 'node_modules/*' '.git*' './src/*' './.*' './package*.*' './composer.*' './*.md' './bower.json' './gulpfile.js' "
12+
"zip": "zip -q -r ../$npm_package_name.zip * -x 'node_modules/*' '.git*' './src/*' './.*' './package*.*' './composer.*' './*.md' './*.bak' './bower.json' './gulpfile.js' "
1313
},
1414
"devDependencies": {
1515
"gulp": "^3.9.1",

0 commit comments

Comments
 (0)