Skip to content

Commit 7329772

Browse files
author
Marc Rooding
committed
Added bundling of the templates/ folder
1 parent b82c393 commit 7329772

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gulp-protractor-cucumber-html-report",
33
"description": "Generate html report from JSON file returned by cucumber-js json formatter",
4-
"version": "0.0.3",
4+
"version": "0.0.4",
55
"homepage": "https://github.com/mrooding/gulp-protractor-cucumber-html-report",
66
"author": {
77
"name": "Rooding, Marc",
@@ -28,7 +28,8 @@
2828
},
2929
"files": [
3030
"index.js",
31-
"lib"
31+
"lib",
32+
"templates"
3233
],
3334
"dependencies": {
3435
"gulp-util": "^3.0.0",

0 commit comments

Comments
 (0)