1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 08:43:33 +00:00

vendors for background. clean out gulp.

This commit is contained in:
Kyle Spearrin
2017-11-08 10:22:26 -05:00
parent 1cd192a398
commit f937fca917
8 changed files with 63 additions and 126 deletions

View File

@@ -1,3 +1,7 @@
require('jquery');
require('node-forge');
require('tldjs');
// Service imports
import ApiService from './services/api.service';
import AppIdService from './services/appId.service';