Skip to content

Commit

Permalink
chore: fix path to server files
Browse files Browse the repository at this point in the history
  • Loading branch information
Artyom Zakharchenko committed Jan 4, 2023
1 parent 4bdf9e9 commit ca23df3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ilc-adapter-react",
"version": "2.1.4",
"version": "2.1.5",
"description": "A single spa plugin for React apps",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -10,8 +10,8 @@
"parcel.js",
"LICENSE.txt",
"NOTICE.md",
"dist/server.js",
"dist/server.d.ts"
"server.js",
"server.d.ts"
],
"scripts": {
"build": "tsc",
Expand Down

0 comments on commit ca23df3

Please sign in to comment.