Skip to content

Commit 312a25d

Browse files
committed
Update to grunt-wordpress 1.0.0; remove custom deploy alias
1 parent c762bbe commit 312a25d

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

grunt.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,5 @@ grunt.registerTask( "build-resources", function() {
173173

174174
grunt.registerTask( "default", "build-wordpress" );
175175
grunt.registerTask( "build-wordpress", "clean lint xmllint build-entries build-categories build-resources" );
176-
grunt.registerTask( "deploy", "wordpress-deploy" );
177176

178177
};

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"dependencies": {
2424
"grunt": "0.3.x",
2525
"grunt-clean": "0.1.0",
26-
"grunt-wordpress": "0.1.1",
26+
"grunt-wordpress": "1.0.0",
2727
"pygmentize": "0.5.1"
2828
},
2929
"devDependencies": {},

0 commit comments

Comments
 (0)