Skip to content

Commit 5a737af

Browse files
committed
1.0.0
1 parent d3458ee commit 5a737af

File tree

1 file changed

+17
-5
lines changed

1 file changed

+17
-5
lines changed

package.json

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,23 @@
11
{
22
"name": "webpack-hooks-shellscripts",
3-
"version": "0.0.1",
3+
"version": "1.0.0",
44
"description": "Just triggers some shellscripts on webpack compiler hooks.",
55
"main": "src/index.js",
66
"repository": "[email protected]:nutshell-lab/webpack-hooks-shellscripts.git",
77
"author": "Victor Rebiard--Crépin <[email protected]>",
88
"license": "MIT",
99
"private": false,
10-
"publishConfig": { "access": "public" },
11-
"keywords": ["webpack", "hook", "shell"],
12-
"engines": { "node": ">=8.9.0" },
10+
"publishConfig": {
11+
"access": "public"
12+
},
13+
"keywords": [
14+
"webpack",
15+
"hook",
16+
"shell"
17+
],
18+
"engines": {
19+
"node": ">=8.9.0"
20+
},
1321
"scripts": {
1422
"test": "xo",
1523
"build": "pack build",
@@ -52,7 +60,11 @@
5260
],
5361
[
5462
"@pika/plugin-copy-assets",
55-
{ "files": ["README.md"] }
63+
{
64+
"files": [
65+
"README.md"
66+
]
67+
}
5668
]
5769
]
5870
}

0 commit comments

Comments
 (0)