diff --git a/bin/truwrap b/bin/truwrap index 2c82b08..2b8df24 100755 --- a/bin/truwrap +++ b/bin/truwrap @@ -26,7 +26,7 @@ var updateNotifier = _interopDefault(require('update-notifier')); var string = require('@thebespokepixel/string'); const name = "truwrap"; -const version = "1.0.1"; +const version = "1.0.2"; const description = "Smarter terminal text wrapping (handles 24bit color)"; const author = "Mark Griffiths (http://thebespokepixel.com/)"; const main = "index.js"; @@ -58,27 +58,25 @@ const scripts = { const devDependencies = { "@babel/core": "^7.2.2", "@babel/preset-env": "^7.3.1", - acorn: "^6.1.0", ava: "^1.2.1", "babel-plugin-lodash": "^3.3.4", - documentation: "^9.1.1", - "documentation-theme-bespoke": "^0.4.11", + "documentation-theme-bespoke": "^0.5.2", gulp: "^4.0.0", "gulp-better-rollup": "^3.4.0", "gulp-chmod": "^2.0.0", "gulp-rename": "^1.4.0", nyc: "^13.3.0", "rollup-plugin-babel": "^4.3.2", - "rollup-plugin-commonjs": "^9.2.0", + "rollup-plugin-commonjs": "^9.2.1", "rollup-plugin-json": "^3.1.0", - "rollup-plugin-node-resolve": "^4.0.0", + "rollup-plugin-node-resolve": "^4.0.1", "semver-regex": "^2.0.0", xo: "^0.24.0" }; const dependencies = { - "@thebespokepixel/meta": "^1.0.1", - "@thebespokepixel/n-selector": "^1.0.1", - "@thebespokepixel/string": "^0.5.5", + "@thebespokepixel/meta": "^1.0.2", + "@thebespokepixel/n-selector": "^1.0.2", + "@thebespokepixel/string": "^0.5.6", "ansi-regex": "^4.0.0", columnify: "^1.5.4", "common-tags": "^1.8.0", @@ -88,10 +86,10 @@ const dependencies = { lodash: "^4.17.11", "os-locale": "^3.1.0", "read-pkg-up": "^4.0.0", - "term-ng": "^1.0.1", - trucolor: "^1.0.0", + "term-ng": "^1.0.2", + trucolor: "^1.0.1", "update-notifier": "^2.5.0", - verbosity: "^1.0.1", + verbosity: "^1.0.2", yargs: "^13.2.1" }; const engines = { diff --git a/docs/index.html b/docs/index.html index 371ac2a..5763e35 100644 --- a/docs/index.html +++ b/docs/index.html @@ -2,7 +2,7 @@ - truwrap 1.0.1 | Documentation + truwrap 1.0.2 | Documentation @@ -15,7 +15,7 @@