Comparing version
@@ -36,7 +36,7 @@ 'use strict'; | ||
function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, arguments); return new Promise(function (resolve, reject) { function step(key, arg) { try { var info = gen[key](arg); var value = info.value; } catch (error) { reject(error); return; } if (info.done) { resolve(value); } else { return Promise.resolve(value).then(function (value) { return step("next", value); }, function (err) { return step("throw", err); }); } } return step("next"); }); }; } /** | ||
* Implements a relatively simple init subcommand (similar to npm init). | ||
* | ||
* | ||
*/ | ||
function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, arguments); return new Promise(function (resolve, reject) { function step(key, arg) { try { var info = gen[key](arg); var value = info.value; } catch (error) { reject(error); return; } if (info.done) { resolve(value); } else { return Promise.resolve(value).then(function (value) { step("next", value); }, function (err) { step("throw", err); }); } } return step("next"); }); }; } /** | ||
* Implements a relatively simple init subcommand (similar to npm init). | ||
* | ||
* | ||
*/ | ||
@@ -149,3 +149,3 @@ | ||
if (!pkg.dependencies.silk) { | ||
pkg.dependencies.silk = '^0.17.0'; | ||
pkg.dependencies.silk = '^1.0.0'; | ||
} | ||
@@ -152,0 +152,0 @@ |
@@ -19,2 +19,3 @@ 'use strict'; | ||
// TODO: we can do better here than `Object` | ||
const parser = new _argparse.ArgumentParser({ | ||
@@ -21,0 +22,0 @@ prog: 'silk', // Hard code usage to ensure it works when invoked elsewhere. |
@@ -11,2 +11,5 @@ #! /usr/bin/env node | ||
/* eslint-disable no-var */ | ||
/* eslint-disable flowtype/require-valid-file-annotation */ | ||
const fs = require('fs'); | ||
@@ -13,0 +16,0 @@ const path = require('path'); |
{ | ||
"name": "silk-cli", | ||
"version": "1.0.0", | ||
"version": "1.3.0", | ||
"description": "Silk Developer CLI", | ||
@@ -31,2 +31,3 @@ "repository": "silklabs/silk", | ||
"symlinkDependencies": { | ||
"eslint-config-silk": "../eslint-config", | ||
"silk-flow-bin": "../flow-bin" | ||
@@ -39,2 +40,3 @@ }, | ||
"eslint": "2.13.1", | ||
"eslint-plugin-flowtype": "2.18.1", | ||
"mocha": "2.4.5" | ||
@@ -41,0 +43,0 @@ }, |
Sorry, the diff of this file is not supported yet
28629
0.72%476
0.63%6
20%