Skip to content

Commit

Permalink
chore: scope to jswork
Browse files Browse the repository at this point in the history
  • Loading branch information
afeiship committed Dec 9, 2020
1 parent 3171810 commit f5ba369
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
9 changes: 4 additions & 5 deletions bin/index.js
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
#!/usr/bin/env node
const { Command } = require('commander');
const chalk = require('chalk');

// next packages:
require('@feizheng/next-js-core2');
require('@feizheng/next-absolute-package');
require('@feizheng/next-slice2str');
require('@jswork/next');
require('@jswork/next-absolute-package');
require('@jswork/next-slice2str');

const { version } = nx.absolutePackage();
const program = new Command();
const path = require('path');
const fetch = require('node-fetch');
const NxConfiguration = require('@feizheng/next-json-configuration');
const NxConfiguration = require('@jswork/next-json-configuration');
const exec = require('child_process').execSync;
const ora = require('ora');
const urlParse = require('git-url-parse');
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
"main": "index.js",
"license": "MIT",
"dependencies": {
"@feizheng/next-absolute-package": "^1.0.6",
"@feizheng/next-js-core2": "^2.6.0",
"@feizheng/next-json-configuration": "^1.1.4",
"@feizheng/next-slice2str": "^1.0.2",
"@jswork/next": "^1.0.4",
"@jswork/next-absolute-package": "^1.0.1",
"@jswork/next-json-configuration": "^1.0.0",
"@jswork/next-slice2str": "^1.0.0",
"chalk": "^4.1.0",
"commander": "^6.2.0",
"git-url-parse": "^11.4.0",
Expand Down Expand Up @@ -48,4 +48,4 @@
"scripts": {
"release": "release-it"
}
}
}

0 comments on commit f5ba369

Please sign in to comment.