We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f205052 commit cc549a3Copy full SHA for cc549a3
package.json
@@ -1,12 +1,15 @@
1
{
2
"name": "next-plugin-preact",
3
- "version": "1.0.0",
+ "version": "1.0.1",
4
"description": "Next.js plugin for preact X",
5
"main": "plugin.js",
6
"repository": "https://github.com/sventschui/next-plugin-preact",
7
"author": "Sven Tschui <sventschui@gmail.com>",
8
"license": "MIT",
9
- "nextjs": { "name": "preact", "required-env": [] },
+ "nextjs": {
10
+ "name": "preact",
11
+ "required-env": []
12
+ },
13
"files": [
14
"alias.js",
15
"cli.js",
0 commit comments