Skip to content

Commit

Permalink
1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Sven Tschui committed Jan 29, 2020
1 parent f205052 commit cc549a3
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
{
"name": "next-plugin-preact",
"version": "1.0.0",
"version": "1.0.1",
"description": "Next.js plugin for preact X",
"main": "plugin.js",
"repository": "https://github.com/sventschui/next-plugin-preact",
"author": "Sven Tschui <[email protected]>",
"license": "MIT",
"nextjs": { "name": "preact", "required-env": [] },
"nextjs": {
"name": "preact",
"required-env": []
},
"files": [
"alias.js",
"cli.js",
Expand Down

0 comments on commit cc549a3

Please sign in to comment.