Skip to content

Commit cc549a3

Browse files
author
Sven Tschui
committed
1.0.1
1 parent f205052 commit cc549a3

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
{
22
"name": "next-plugin-preact",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Next.js plugin for preact X",
55
"main": "plugin.js",
66
"repository": "https://github.com/sventschui/next-plugin-preact",
77
"author": "Sven Tschui <sventschui@gmail.com>",
88
"license": "MIT",
9-
"nextjs": { "name": "preact", "required-env": [] },
9+
"nextjs": {
10+
"name": "preact",
11+
"required-env": []
12+
},
1013
"files": [
1114
"alias.js",
1215
"cli.js",

0 commit comments

Comments
 (0)