Skip to content

Commit d9d0341

Browse files
committed
Fix broken build due to missing Standard 🔥
1 parent aa1a3fa commit d9d0341

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,8 @@
1919
"bugs": {
2020
"url": "https://github.com/pirelenito/git-revision-webpack-plugin/issues"
2121
},
22-
"homepage": "https://github.com/pirelenito/git-revision-webpack-plugin"
22+
"homepage": "https://github.com/pirelenito/git-revision-webpack-plugin",
23+
"devDependencies": {
24+
"standard": "^6.0.5"
25+
}
2326
}

0 commit comments

Comments
 (0)