@navikt/aksel
Advanced tools
Comparing version 2.8.16-rc.8 to 2.8.16-rc.9
@@ -23,4 +23,3 @@ #!/usr/bin/env node | ||
const __dirname = dirname(__filename); | ||
main(); | ||
function main() { | ||
export function cssImportsCommand() { | ||
return __awaiter(this, void 0, void 0, function* () { | ||
@@ -27,0 +26,0 @@ let answers = { |
@@ -1,4 +0,4 @@ | ||
#!/usr/bin/env node | ||
import chalk from "chalk"; | ||
console.log(` | ||
export function helpCommand() { | ||
console.log(` | ||
✨ Aksel client-tool | ||
@@ -15,1 +15,2 @@ | ||
`); | ||
} |
{ | ||
"name": "@navikt/aksel", | ||
"version": "2.8.16-rc.8", | ||
"version": "2.8.16-rc.9", | ||
"description": "Aksel command line interface. Handles css-imports, codemods (planned) and more", | ||
@@ -23,5 +23,3 @@ "author": "Aksel | NAV designsystem team", | ||
"bin": { | ||
"css-imports": "./dist/css-imports/index.js", | ||
"aksel": "./dist/help.js", | ||
"help": "./dist/help.js" | ||
"aksel": "./dist/index.js" | ||
}, | ||
@@ -28,0 +26,0 @@ "repository": { |
22719
11
475