Bump version, add publishConfig

This commit is contained in:
billz 2020-08-17 17:22:04 +01:00
parent 396ea23458
commit 447dfcfc4e

View file

@ -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",