Skip to content
This repository has been archived by the owner on Aug 5, 2024. It is now read-only.

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Nahrin Jalal committed Feb 27, 2020
1 parent c7d524a commit 7b22d0a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"start": "per-env",
"start:production": "npm run -s serve",
"start:development": "npm run -s dev",
"build": "preact build --prerenderUrls ./prerender-urls.js",
"build": "preact build --no-prerender",
"dev": "preact watch --prerenderUrls ./prerender-urls.js",
"lint": "eslint src",
"test": "jest"
Expand Down Expand Up @@ -39,10 +39,11 @@
"markdown-to-jsx": "^6.10.3",
"opentok": "^2.9.2",
"opentok-react": "^0.9.0",
"preact": "^10.0.0",
"preact": "^10.3.2",
"preact-cli-plugin-netlify": "^1.5.0",
"preact-render-to-string": "^5.0.6",
"preact-router": "^3.0.1"
"preact-router": "^3.0.1",
"window-or-global": "^1.0.1"
},
"jest": {
"preset": "jest-preset-preact"
Expand Down

0 comments on commit 7b22d0a

Please sign in to comment.