mirror of
https://github.com/RaspAP/raspap-webgui.git
synced 2024-11-22 07:30:23 +00:00
Bump version, add publishConfig
This commit is contained in:
parent
396ea23458
commit
447dfcfc4e
1 changed files with 4 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"title": "RaspAP WiFi Configuration Portal",
|
"title": "RaspAP WiFi Configuration Portal",
|
||||||
"name": "raspap-webgui",
|
"name": "raspap-webgui",
|
||||||
"version": "2.1",
|
"version": "2.5",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "node_modules/.bin/gulp watch"
|
"start": "node_modules/.bin/gulp watch"
|
||||||
},
|
},
|
||||||
|
@ -29,6 +29,9 @@
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/billz/raspap-webgui.git"
|
"url": "https://github.com/billz/raspap-webgui.git"
|
||||||
},
|
},
|
||||||
|
"publishConfig": {
|
||||||
|
"registry": "https://npm.pkg.github.com/"
|
||||||
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"browser-sync": "^2.26.7",
|
"browser-sync": "^2.26.7",
|
||||||
"del": "^5.1.0",
|
"del": "^5.1.0",
|
||||||
|
|
Loading…
Reference in a new issue