Build failed - com.pylonproducts.wifiwizard not found

Hi,

Building the app locally works correctly, but when I push to ionicjs.com the build fails because npm can’t find com.pylonproducts.wifiwizard.

What is the right way to add/declare it? I added the plugin to the project with:

ionic cordova plugin add wifiwizard

I didn’t edit any entries that were added automatically to config.xml and package.json.

Here’s the full log:

Running with gitlab-ci-multi-runner 9.1.0 (0118d89)
  on IonicJS Snapshot Runner (6c67ff43)
Using Shell executor...
Running on ip-10-2-225-37...
Cloning repository...
Cloning into '/home/gitlab-runner/builds/6c67ff43/0/project-1'...
Checking out 1f25fdfd as master...
Skipping Git submodules setup
$ fetch-updates
Checking for build process updates...
$ build-app
Fetching build dependencies...
Running: npm install
npm ERR! code E404
npm ERR! 404 Not Found: com.pylonproducts.wifiwizard@~0.2.11

npm ERR! A complete log of this run can be found in:
npm ERR!     /home/gitlab-runner/.npm/_logs/2017-09-28T16_52_25_986Z-debug.log
npm install failed
Running after script...
$ clean-up
Cleaning up files...
Successful clean up
ERROR: Job failed: exit status 1

Thanks in advance for any tips!