1 | #!/usr/bin/env node
|
2 |
|
3 | /**
|
4 | * @license
|
5 | * Copyright (c) 2017 The Polymer Project Authors. All rights reserved. This
|
6 | * code may only be used under the BSD style license found at
|
7 | * http://polymer.github.io/LICENSE.txt The complete set of authors may be
|
8 | * found at http://polymer.github.io/AUTHORS.txt The complete set of
|
9 | * contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt Code
|
10 | * distributed by Google as part of the polymer project is also subject to an
|
11 | * additional IP rights grant found at http://polymer.github.io/PATENTS.txt
|
12 | */
|
13 |
|
14 | 'use strict';
|
15 |
|
16 | require('../lib/cli.js');
|
17 |
|