mirror of
https://github.com/RaspAP/raspap-webgui.git
synced 2024-11-21 15:10:22 +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",
|
||||
"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 a new issue