@75lb/nature
Advanced tools
Comparing version 0.1.1 to 0.1.2
@@ -5,3 +5,3 @@ #!/usr/bin/env node | ||
import CreateProject from '../lib/create-project/strategy.js' | ||
import nodeTest from '../lib/node-test/strategy.js' | ||
import nodeTestRunner from '../lib/node-test-runner/strategy.js' | ||
import testRunner from '../lib/test-runner/index.js' | ||
@@ -19,4 +19,4 @@ import simpleRollup from '../lib/simple-rollup/index.js' | ||
}], | ||
['node-test', nodeTest], | ||
['test', testRunner], | ||
['node-test-runner', nodeTestRunner], | ||
['test-runner', testRunner], | ||
['simple-rollup', simpleRollup], | ||
@@ -23,0 +23,0 @@ ['jsdoc2md', jsdoc2md], |
@@ -8,7 +8,5 @@ async function jsdoc2md (argv) { | ||
const jsdoc2mdPath = path.resolve(__dirname, '../../node_modules/.bin/jsdoc2md') | ||
const cmd = spawn('node', [ jsdoc2mdPath, ...argv]) | ||
cmd.stdout.pipe(process.stdout) | ||
cmd.stdin.pipe(process.stdin) | ||
const cmd = spawn('node', [ jsdoc2mdPath, ...argv], { stdio: 'inherit' }) | ||
} | ||
export default jsdoc2md |
{ | ||
"name": "@75lb/nature", | ||
"author": "Lloyd Brookes <75pound@gmail.com>", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "75lb-nature", | ||
"repository": "https://github.com/75lb/75lb-nature", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/75lb/75lb-nature.git" | ||
}, | ||
"type": "module", | ||
@@ -12,3 +15,3 @@ "exports": {}, | ||
"bin": { | ||
"75lb-nature": "./bin/cli.js" | ||
"75lb-nature": "bin/cli.js" | ||
}, | ||
@@ -15,0 +18,0 @@ "engines": { |
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
0
10045
224