Skip to content

Commit

Permalink
iotjs: Add index.js for package
Browse files Browse the repository at this point in the history
Change-Id: Ia3a71c2e7afea93725f471377fe64ca50dc79871
Signed-off-by: Philippe Coval <p.coval@samsung.com>
  • Loading branch information
rzr committed Aug 14, 2019
1 parent f2712d4 commit cafc88a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions index.js
@@ -0,0 +1,12 @@
// -*- mode: js; js-indent-level:2; -*-
// SPDX-License-Identifier: MPL-2.0
/**
*
* Copyright 2018-present Samsung Electronics France SAS, and other contributors
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/#
*/

module.exports = require('./lib/index');

0 comments on commit cafc88a

Please sign in to comment.