completion
Advanced tools
+3
-10
| language: node_js | ||
| node_js: | ||
| - "0.11" | ||
| - "0.10" | ||
| - "0.8" | ||
| matrix: | ||
| allow_failures: | ||
| - node_js: "0.11" | ||
| - "16" | ||
| - "14" | ||
| - "12" | ||
| # Upgrade npm to fix node@0.8 | ||
| before_install: | ||
| - npm install npm@latest -g | ||
| notifications: | ||
| email: false |
+2
-0
| # completion changelog | ||
| 1.0.2 - Upgraded packages to fix deep vulnerability, via @striezel in #2 -- bonus: added foundry | ||
| 1.0.1 - Rearranged documentation to make it more straightforward | ||
@@ -3,0 +5,0 @@ |
+15
-6
| { | ||
| "name": "completion", | ||
| "description": "Completion library for CLI commands", | ||
| "version": "1.0.1", | ||
| "version": "1.0.2", | ||
| "homepage": "https://github.com/twolfson/completion", | ||
@@ -36,6 +36,9 @@ "author": { | ||
| "devDependencies": { | ||
| "mocha": "~1.11.0", | ||
| "grunt": "~0.4.1", | ||
| "grunt-contrib-jshint": "~0.6.0", | ||
| "grunt-contrib-watch": "~0.4.0" | ||
| "foundry": "~4.5.0", | ||
| "foundry-release-git": "~2.0.4", | ||
| "foundry-release-npm": "~2.0.2", | ||
| "grunt": "~1.4.0", | ||
| "grunt-contrib-jshint": "~3.0.0", | ||
| "grunt-contrib-watch": "~1.1.0", | ||
| "mocha": "~8.4.0" | ||
| }, | ||
@@ -51,3 +54,9 @@ "keywords": [ | ||
| "zsh" | ||
| ] | ||
| ], | ||
| "foundry": { | ||
| "releaseCommands": [ | ||
| "foundry-release-npm", | ||
| "foundry-release-git" | ||
| ] | ||
| } | ||
| } |
Sorry, the diff of this file is not supported yet
29252
0.52%7
75%17
-5.56%