spacecraft-app-cli
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "spacecraft-app-cli", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "A simple CLI Project to solve the Spacecraft problem with typescript", | ||
"main": "dist/main.js", | ||
"main": "bin/spacecraft-cli.js", | ||
"author": "Lucas Pimenta", | ||
@@ -41,3 +41,6 @@ "license": "MIT", | ||
"test": "jest --no-cache", | ||
"lint": "prettier --write '{src,tests}/**/*.{ts,tsx}' && eslint '{src,tests}/**/*.{ts,tsx}' --quiet --fix" | ||
"lint": "prettier --write '{src,tests}/**/*.{ts,tsx}' && eslint '{src,tests}/**/*.{ts,tsx}' --quiet --fix", | ||
"preversion": "yarn lint", | ||
"version": "git add -A src", | ||
"postversion": "git push && git push --tags" | ||
}, | ||
@@ -44,0 +47,0 @@ "dependencies": { |
2836730
20
221