@significa/start
Advanced tools
Comparing version 0.4.0 to 0.4.1
@@ -13,4 +13,4 @@ "use strict"; | ||
format: 'prettier "./src/**/*.+(ts|tsx|js|jsx|json|yml|yaml|md|mdx)"', | ||
'format:write': 'npm run prettier -- --write', | ||
'validate:format': 'npm run prettier -- --check', | ||
'format:write': 'npm run format -- --write', | ||
'validate:format': 'npm run format -- --check', | ||
'validate:build': 'tsc', | ||
@@ -17,0 +17,0 @@ validate: 'npm run lint && npm run validate:format && npm run validate:build', |
@@ -25,2 +25,3 @@ "use strict"; | ||
'@types/react', | ||
'@types/react-dom', | ||
'@types/node', | ||
@@ -27,0 +28,0 @@ '@types/styled-components', |
{ | ||
"name": "@significa/start", | ||
"description": "Opinionated Significa's bootstrap CLI to start React projects based on Create React App, NextJS or GatsbyJS.", | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
"author": "Significa Lda. <hello@significa.co>", | ||
@@ -6,0 +6,0 @@ "bin": { |
149466
696