Initial commit
This commit is contained in:
6
themes/keepit/node_modules/algoliasearch/plugins/angular.js
generated
vendored
Normal file
6
themes/keepit/node_modules/algoliasearch/plugins/angular.js
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
'use strict';
|
||||
|
||||
// this file serves as a way to require the angularjs module
|
||||
// in a commonJS way easily:
|
||||
// require('algoliasearch/plugins/angular');
|
||||
module.exports = require('../src/browser/builds/algoliasearch.angular.js');
|
||||
6
themes/keepit/node_modules/algoliasearch/plugins/jquery.js
generated
vendored
Normal file
6
themes/keepit/node_modules/algoliasearch/plugins/jquery.js
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
'use strict';
|
||||
|
||||
// this file serves as a way to easily require the jQuery module
|
||||
// in a commonJS way:
|
||||
// require('algoliasearch/plugins/jquery');
|
||||
module.exports = require('../src/browser/builds/algoliasearch.jquery.js');
|
||||
Reference in New Issue
Block a user