fix: incorrect JS package name

This commit is contained in:
David Wheatley 2022-11-21 15:32:22 +00:00
parent 769b6cd278
commit 703cbbdd48
No known key found for this signature in database
GPG Key ID: 81508AD1FFBE6B00
2 changed files with 83 additions and 798 deletions

875
js/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,16 +1,14 @@
{
"name": "@blomstra/realtime",
"name": "@blomstra/search",
"private": true,
"version": "0.0.0",
"prettier": "@flarum/prettier-config",
"dependencies": {
"@flarum/prettier-config": "^1.0.0",
"build": "^0.1.4",
"flarum-tsconfig": "^1.0.2",
"flarum-webpack-config": "^2.0.0",
"pusher-js": "^7.0.3",
"webpack": "^5.75.0",
"webpack-cli": "^4.10.0"
"webpack-cli": "^5.0.0"
},
"scripts": {
"dev": "webpack --mode development --watch",