Skip to content

Commit

Permalink
fix: not requiring correct files for plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
k2on committed Nov 14, 2020
1 parent dc91525 commit b703b2f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 25 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
{
"name": "@nix2/nix-cli",
"version": "1.1.1",
"version": "1.1.2",
"description": "Command line interface for common tasks for Nix2 Infrastructure",
"main": "./dist/index.js",
"repository": "git@github.com:nix2io/cli.git",
"author": "Max Koon <maxk@nix2.io>",
"license": "CC-BY-1.0",
"dependencies": {
"@nix2/nix-cli": "^1.1.0",
"@nix2/service-core": "1.0.10",
"@nix2/service-core": "1.0.11",
"@types/semver": "^7.3.4",
"axios": "^0.21.0",
"cli-table": "^0.3.1",
Expand Down
26 changes: 4 additions & 22 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -47,28 +47,10 @@
minimatch "^3.0.4"
strip-json-comments "^3.1.1"

"@nix2/nix-cli@^1.1.0":
version "1.1.0"
resolved "https://registry.yarnpkg.com/@nix2/nix-cli/-/nix-cli-1.1.0.tgz#ad3e9dd2cd5a586446185c0afa3cf3699b0d0b5f"
integrity sha512-5GRq7ypuwby7JYRJ3NnhbRJchEeHiT8MR6n9lxX60Cv/eVDCALsMy+rvHDrvpfaZixW1ESUsAjaFrnNfuLzHZA==
dependencies:
"@nix2/service-core" "1.0.10"
axios "^0.21.0"
cli-table "^0.3.1"
commander "^6.1.0"
faunadb "^3.0.1"
friendly-time "^1.1.1"
inquirer "^7.3.3"
js-yaml "^3.14.0"
ora "^5.1.0"
pluralize "^8.0.0"
spinnies "^0.5.1"
ts-morph "^8.1.2"

"@nix2/service-core@1.0.10":
version "1.0.10"
resolved "https://registry.yarnpkg.com/@nix2/service-core/-/service-core-1.0.10.tgz#8658d630d2a3ce1652c4ace8b7ea63809975a2cb"
integrity sha512-2YlIPake3husbxdfUcFxPEnNG7fIz6N6EPsAbPUgkJEC7j5+RhGSZ/kb6yTcnvpdnhfXh/sL3P0RCE2WqWSYAA==
"@nix2/service-core@1.0.11":
version "1.0.11"
resolved "https://registry.yarnpkg.com/@nix2/service-core/-/service-core-1.0.11.tgz#59977714afe2f4f6965a5e52f0e7005ceab02f39"
integrity sha512-Sp13O2/JhOv//JU1BmvPP+iapGqhnzqB0TWyFnLRYxCEU0NXGdU5uVAurIF78xBsV6AICDWVpQfg7yOHwwBkKQ==
dependencies:
axios "^0.21.0"
dotenv "^8.2.0"
Expand Down

0 comments on commit b703b2f

Please sign in to comment.