Skip to content

Commit

Permalink
Fix bin
Browse files Browse the repository at this point in the history
  • Loading branch information
Tommaso Lanza committed Nov 2, 2020
1 parent 6068134 commit b9d4340
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 10 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const PLUGIN_NAME = 'gulp-phug';

const compile = (file, callback) => {
let args = [
__dirname + '/support/vendor/bin/phug',
__dirname + '/support/vendor/phug/phug/phug',
'compileFile', file.path,
];
let command = spawn( 'php', args);
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "gulp-phug",
"version": "1.3.2",
"version": "1.3.4",
"description": "Pug to PHP template compiler using phug",
"main": "index.js",
"bin": "./support/vendor/bin/phug",
"bin": "./support/vendor/phug/phug/phug",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
Expand Down
7 changes: 0 additions & 7 deletions support/test/test.pug

This file was deleted.

0 comments on commit b9d4340

Please sign in to comment.