Skip to content
This repository has been archived by the owner on Jan 29, 2023. It is now read-only.

Commit

Permalink
fix: move nps-utils to deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Feb 14, 2018
1 parent 234d83a commit 52c0012
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,6 @@
"description": "oclif: create your own CLI",
"version": "1.1.0",
"author": "Jeff Dickey @jdxcode",
"oclif": {
"commands": "./lib/commands",
"plugins": [
"@oclif/plugin-help",
"@oclif/plugin-not-found"
],
"bin": "oclif"
},
"bin": "./bin/run",
"bugs": "https://github.com/oclif/cli/issues",
"dependencies": {
Expand All @@ -22,6 +14,7 @@
"debug": "^3.1.0",
"fixpack": "^2.3.1",
"lodash": "^4.17.5",
"nps-utils": "^1.5.0",
"sort-pjson": "^1.0.2",
"yeoman-environment": "^2.0.5",
"yeoman-generator": "^2.0.2",
Expand All @@ -45,7 +38,6 @@
"mocha": "^5.0.0",
"npm-run-path": "^2.0.2",
"nps": "^5.7.1",
"nps-utils": "^1.5.0",
"shelljs": "^0.8.1",
"tmp": "^0.0.33",
"ts-node": "^4.1.0",
Expand All @@ -67,6 +59,14 @@
],
"license": "MIT",
"main": "lib/index.js",
"oclif": {
"commands": "./lib/commands",
"plugins": [
"@oclif/plugin-help",
"@oclif/plugin-not-found"
],
"bin": "oclif"
},
"repository": "oclif/cli",
"scripts": {
"build": "rm -rf lib && tsc",
Expand Down

0 comments on commit 52c0012

Please sign in to comment.