We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a994747 commit e1d6339Copy full SHA for e1d6339
1 file changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "git-revision-webpack-plugin",
3
- "version": "0.0.1",
+ "version": "0.0.2",
4
"description": "Simple webpack plugin that generates VERSION and COMMITHASH files during build",
5
"main": "lib/index.js",
6
"scripts": {
@@ -10,7 +10,10 @@
10
"type": "git",
11
"url": "https://github.com/pirelenito/git-revision-webpack-plugin.git"
12
},
13
- "keywords": ["webpack", "plugin"],
+ "keywords": [
14
+ "webpack",
15
+ "plugin"
16
+ ],
17
"author": "Paulo Ragonha",
18
"license": "MIT",
19
"bugs": {
0 commit comments