mirror of
https://github.com/billz/raspap-webgui.git
synced 2023-10-10 13:37:24 +02:00
Bump version, add publishConfig
This commit is contained in:
parent
396ea23458
commit
447dfcfc4e
@ -1,7 +1,7 @@
|
||||
{
|
||||
"title": "RaspAP WiFi Configuration Portal",
|
||||
"name": "raspap-webgui",
|
||||
"version": "2.1",
|
||||
"version": "2.5",
|
||||
"scripts": {
|
||||
"start": "node_modules/.bin/gulp watch"
|
||||
},
|
||||
@ -29,6 +29,9 @@
|
||||
"type": "git",
|
||||
"url": "https://github.com/billz/raspap-webgui.git"
|
||||
},
|
||||
"publishConfig": {
|
||||
"registry": "https://npm.pkg.github.com/"
|
||||
},
|
||||
"dependencies": {
|
||||
"browser-sync": "^2.26.7",
|
||||
"del": "^5.1.0",
|
||||
|
Loading…
Reference in New Issue
Block a user