93ceeff597
- Added 'test/package.json' for dependencies used by spec tests - Changed package names of local tools to reflect actual usage - Removed bins for local tools (using files via 'node [file]' command) - Updated help text for the CLIs of local tools to reflect changes - Updated READMEs for tools - Moved babel dependencies to 'tools/bundle/package.json' - 'tools/bundle' now only logs created and watching - Updated scripts in root package.json
10 lines
164 B
JSON
10 lines
164 B
JSON
{
|
|
"name": "@pegjs/commit-impact",
|
|
"version": "2.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"dedent": "0.7.0",
|
|
"glob": "7.1.3"
|
|
}
|
|
}
|