Skip to content

Commit 6412846

Browse files
committed
fix(release): fixed path to the plugin for release
1 parent d3c50ad commit 6412846

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
],
2323
"release": {
2424
"verifyConditions": {
25-
"path": "index.js",
25+
"path": "./index.js",
2626
"node": "4.2.2"
2727
}
2828
},

0 commit comments

Comments
 (0)