@yarnpkg/parsers
Advanced tools
Comparing version 2.0.0-rc.4 to 2.0.0-rc.6
@@ -1,1 +0,1 @@ | ||
export declare function parseShell(source: string): import("./grammars/shell").CommandLine[]; | ||
export declare function parseShell(source: string): import("./grammars/shell").ShellLine; |
{ | ||
"name": "@yarnpkg/parsers", | ||
"version": "2.0.0-rc.4", | ||
"version": "2.0.0-rc.6", | ||
"main": "./lib/index.js", | ||
@@ -16,3 +16,3 @@ "dependencies": { | ||
"postpack": "rm -rf lib", | ||
"prepack": "mkdir -p lib && rsync -a --include '*.d.ts' --exclude '*.ts' sources/ lib/ && run build:compile packages/yarnpkg-parsers", | ||
"prepack": "run build:compile \"$(pwd)\"", | ||
"release": "yarn npm publish", | ||
@@ -19,0 +19,0 @@ "test:parsers": "run test:unit packages/yarnpkg-parsers" |
130891