Skip to content

Commit 4b635cb

Browse files
committed
v1.0.1
1 parent 479e4f2 commit 4b635cb

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

package.json

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "preact-cli-plugin-netlify",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Preact cli plugin for generating h2push headers and redirect rules for netlify",
55
"main": "index.js",
66
"scripts": {
@@ -9,7 +9,12 @@
99
"lint": "xo",
1010
"test": "npm run lint"
1111
},
12-
"keywords": ["preact", "plugin", "netlify", "h2push"],
12+
"keywords": [
13+
"preact",
14+
"plugin",
15+
"netlify",
16+
"h2push"
17+
],
1318
"author": "Vinay Puppal <me@vinaypuppal.com> (https://www.vinaypuppal.com/)",
1419
"license": "MIT",
1520
"repository": {
@@ -30,8 +35,12 @@
3035
},
3136
"xo": {
3237
"parser": "babel-eslint",
33-
"extends": ["prettier"],
34-
"env": ["node"],
38+
"extends": [
39+
"prettier"
40+
],
41+
"env": [
42+
"node"
43+
],
3544
"rules": {
3645
"linebreak-style": 0
3746
},

0 commit comments

Comments
 (0)